ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CursorPos (Function)
Returns and modifies the position of the mouse cursor.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa.
In Android and iOS, displays an endless progress bar in a window.
CursorDisplay (Function)
Displays or hides the mouse cursor.
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.
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.
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
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.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
EndProgram (Function)
Ends the execution of the current program.
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
CurrentWin (Function)
Identifies the window currently in edit.
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Manipulating a Layout control programmatically
A Layout control can be......
Date (Type of variable)
The Date type enables you to easily handle the dates...
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Constants for the assisted replication
List of constants used by the functions for the assisted replication....
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
Description (Property)
The Description property is used to get and change the page description.
HTTPCreateForm (Function)
Creates an HTTP form.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
fCreateLink (Function)
Creates a link on a file at the specified location.