ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
grHMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
grHMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
PageDisplay (Function)
Displays a web page in the user's browser....
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
zipExtractFile (Example)
Usage example of the zipExtractFile function
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
ModbusConnectRTU (Function)
Connects a client to a Modbus slave via a serial port.
MarginInterCell (Property)
The MarginInterCell property is used to: find out the margin between rows or columns in a Layout control. modify the margin between rows or columns in a Layout control....
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
Modbus functions
List of Modbus functions...
XMLChild (Function)
Positions on the first child element of current element.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
Automatic error handling
Error handling can be customized for each process......