ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing the windows
List of constants used by the functions for managing the windows...
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Sharing elements with a WINDEV application
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
EndProgram (Function)
Ends the execution of the current program.
Random (Function)
Returns a random number.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
Euro constants
List of constants used by the functions for managing the Euro....
EXE constants
List of constants used by the functions for managing executables....
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
Execute (Function)
Starts the execution of a process through programming.
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
Financial constants
List of constants used by the financial functions....
fReadLine (Example)
Usage example of the fReadLine function
ExplorerRetrieve (Example)
Usage example of the ExplorerRetrieve function
SysXRes (Function)
Returns the horizontal screen resolution.
ExplorerAccept (Example)
Usage example of the ExplorerAccept function
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
NextTitle (Function)
Modifies the title of next window to open.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.