ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Tangent (Function)
Calculates the tangent of an angle.
GPSGetPosition (Function)
Retrieves information about the current device position.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
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).
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
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.
Looper control based on a data file
This type of Looper control uses data from a data file or query......
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
fCompare (Function)
Compares the content of two files bit by bit.
Modulo (Reserved word)
Returns the remainder of a division.
IsOdd (Function)
Identifies an odd number.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
IsEven (Function)
Identifies an even number.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
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.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...