ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ColorHue (Function)
Calculates the hue of a color.
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.
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....
HAlias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
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.
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....
aiImageResult (Variable type)
The aiImageResult type is used to retrieve the result of AIDetect.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
WordToArray (Function)
Fills an array with the words from a string.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
XMLPath (Function)
Returns the current position in the document in XPATH format.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
RESTSend (Function)
Sends a REST request and waits for the server response.