ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

System constants
List of constants used by the system functions....
Sin (Function)
Returns the sine of an angle.
Tangent (Function)
Calculates the tangent of an angle.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
Max (Function)
Returns the greatest value passed as parameter.
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Log (Function)
Calculates the decimal logarithm of a numeric value.
fSeparator (Function)
Returns a file path with normalized separators.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
Root (Function)
Returns the root of a number.
fListResource (Function)
Lists the resources integrated to the application.
Modulo (Reserved word)
Returns the remainder of a division.
IsOdd (Function)
Identifies an odd number.
IsEven (Function)
Identifies an even number.
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
BurnerStatus (Function)
Returns the status of the current burner.
BurnerPath (Function)
Returns the path of the current burner.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
ProjectInfo (Function)
Returns specific information about the project currently run.