ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fSeparator (Function)
Returns a file path with normalized separators.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
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).
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Log (Function)
Calculates the decimal logarithm of a numeric value.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
IsOdd (Function)
Identifies an odd number.
Modulo (Reserved word)
Returns the remainder of a division.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
IsEven (Function)
Identifies an even number.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
ColorHue (Function)
Calculates the hue of a color.
SysXRes (Function)
Returns the horizontal screen resolution.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward compatibility....
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
1
2
3
4
5
6
525
>