ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by 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.
CursorDisplay (Function)
Displays or hides the mouse cursor.
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.
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.
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
Link properties
When creating a link, you can simply specify the destination......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Variables for managing the Drag and Drop
Creating links
Links help users navigate the help system......
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
1
2
3
4
5
6
405
>