ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
SCM: Creating a repository
To share a project via the Source Code Manager, a repository must be created......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
WDInst: choose the type of installation to generate
WDInst allows you to create several types of setup......
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
Programming automatic calculations in the columns of a Table control
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
WDInst: generate installation program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.