ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
SysYRes (Function)
Returns the vertical screen resolution.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
fExeDir (Function)
Returns the directory from which the execution is started.
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
SQLPrevious (Function)
Positions on the previous row of the query result.
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Root (Function)
Returns the root of a number.
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
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).
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
Modulo (Reserved word)
Returns the remainder of a division.
IsOdd (Function)
Identifies an odd number.