ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
Error 1007: The member is global: use the: operator: to access it
SQLReqExists (Function)
Checks the existence of a query.
Miscellaneous Windows functions
List of miscellaneous Windows functions...
Handling Spreadsheet controls programmatically (in a report)
Using the query result
The result of a select query can be used in......
5. Which type of server to choose?
Example for creating a select query
This help page explains how to create two select queries......
SQLChangeConnection (Function)
Modifies the current connection.
Modbus constants
Constants used by the Modbus management functions....
Modbus functions (prefix syntax)
List of Modbus functions...
Query based on query
Queries can be based on items from another query......
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
Manager of automated tests
The test manager is used to......
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....