ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.)....
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
Container column in a Table control
A cell found in a Table control can contain a set of controls......
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.
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...
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....
Automatic error handling
Error handling can be customized for each process......
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.
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
dHalo (Function)
Adds a halo effect on an image found in an Image variable].
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Warning 18: Loop without potential end
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.