ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa.
In Android and iOS, displays an endless progress bar in a window.
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
CursorDisplay (Function)
Displays or hides the mouse cursor.
Multiline strings
To type character strings over several lines in the code editor...
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
HAddUser (Function)
Adds a user to a database.
HSL (Function)
Creates a color from its hue, saturation and lightness.
XMLAddChild (Function)
Adds a child tag into an XML document.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV website.
ThreadEnd (Function)
Ends the execution of the current thread.
ExceptionPropagate (Function)
Propagates an exception.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
SocketWrite (Function)
Writes a message intended to another socket.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Comparison operators
The comparison operators can be divided into several categories......
IWListDeleteAll (Function)
Deletes all the internal windows from the list of internal windows browsed by an Internal Window control.