ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
SpellAvailable (Function)
Indicates whether a dictionary is available for the spelling checker (check performed in the controls that use the integrated correction or check performed by WLanguage functions).
Error 1033: The access directives are not allowed in a structure
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
Miscellaneous Windows functions
List of miscellaneous Windows functions...
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....
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).
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
Modbus constants
Constants used by the Modbus management functions....
Handling Spreadsheet controls programmatically (in a report)
Using the query result
The result of a select query can be used in......
dBackground (Example)
Usage example of the dBackground function
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
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......
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....