ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 1007: The member is global: use the: operator: to access it
xlsVersion (Example)
Usage example of the xlsVersion function
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
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....
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Handling Spreadsheet controls programmatically (in a report)
Using the query result
The result of a select query can be used in......
Example for creating a select query
This help page explains how to create two select queries......
dBackground (Example)
Usage example of the dBackground function
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......
GetActiveObject (Example)
Usage example of the GetActiveObject function
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......
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)...
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....
CookieRead (Example)
Usage example of the CookieRead function
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
CookieWrite (Example)
Usage example of the CookieWrite function