ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
LooperInsertIW (Function)
Inserts a row as an internal window into a Looper control populated programmatically.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Describing a problem to the Free Technical Support
LooperModifyIW (Function)
Modifies a row corresponding to an internal window in a Looper control populated programmatically.
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
General environment of WINDEV
iForceComplement (Function)
Forces the printing of a Body Complement block.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
3. Managing sockets
WINDEV includes advanced socket management functions....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
xlsData (Example)
Usage example of the xlsData function
fCompare (Example)
Usage example of the fCompare function
<Source>.ExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HOpen (Function)
Opens a data file.
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
fReadLine (Example)
Usage example of the fReadLine function