ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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).
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
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.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
Modulo (Reserved word)
Returns the remainder of a division.
IsEven (Function)
Identifies an even number.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
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.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
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.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
InJavaMode (Function)
Indicates whether the code is run in Java.
1
2
3
4
5
6
290
>