ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
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....
CurrentMonth (Function)
Returns the number of the current month.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
xlsDocument (Variable type)
An xlsDocument variable is used to describe and modify an Excel document...
Dashboard constants
Constants used by the functions for managing Dashboard controls...
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
fCreate (Function)
Creates an external file.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
MatRead (Function)
Reads the value of a matrix element.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
RegexSearch (Function)
Searches for all the parts of a string that match a specific format.
Truncate (Function)
Truncates the right part of a string or buffer.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.