ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
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).
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.
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.
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
ColorHue (Function)
Calculates the hue of a color.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
Creating the Form pages of a WEBDEV RAD pattern
Deletes a worksheet from the Excel document....
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
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......
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
RESTSend (Function)
Sends a REST request and waits for the server response.