ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
TableInfoXY (Example)
Usage example of the TableInfoXY function
WEBDEV administrator: WebSocket servers installed
The "WebSockets" tab provides information about the WEBDEV WebSocket servers installed on the computer...
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
Project portfolio
From version 25, you can create "project portfolios"......
Managing duplicates in the TreeView controls
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
Constants for managing the applications with "Live update"
List of constants used by functions for managing applications with "Live update"....
zipListFile (Example)
Usage example of the zipListFile function
Entity of a CDM
To group information according the MERISE method, entities must be created......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
Variables for managing the Drag and Drop
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Gantt Chart functions
The following WLanguage functions are used to manage the Gantt charts......
FinRedemption (Example)
Usage example of the FinRedemption function