ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
GglRequest (Function)
Sends a communication request (HTTP request) to a Google service.
GglDelete (Function)
Deletes data from the Google server.
HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
AppListVersion (Function)
Lists the versions available on the reference setup server.
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
PDFPassword (Function)
Protects a PDF document with a password.
AppUPDAvailable (Function)
Allows you to find out whether an update is available for the specified application.
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup......
Managing the users of an application installed in network
The management of users allows you to find out from the server......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
Using several libraries in an application
A library is a WDL file that contains all the resources......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
PDFToText (Function)
Extract the text contained in an Document PDF.
<Variable pdfDocument>ToText (Function)
Extract the text contained in an Document PDF.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.