ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
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.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
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....
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
Scheduler control events
The following events associated with Scheduler controls:...
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
WordToArray (Function)
Fills an array with the words from a string.