ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RegexSearch (Function)
Searches for all the parts of a string that match a specific format.
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.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
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....
Type (Property)
The Type property is used to get: the type of element (table or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
ColorSaturation (Function)
Calculates the saturation of a color.
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.
2. Projects in practice
Discover the main operations that can be performed on a project....
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
ColorHue (Function)
Calculates the hue of a color.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).