ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Date (Type of variable)
The Date type enables you to easily handle the dates...
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
MatFloatAdd (Function)
Adds a value to each matrix element.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
NextTitle (Function)
Modifies the title of next window to open.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
MyParent (Reserved word)
MyParent is used to handle...
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.