ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorDisplay (Function)
Displays or hides the mouse cursor.
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
Magnetic mouse: automatically moving the cursor on the default button
The mouse cursor can be automatically positioned on the default button when the window is opened......
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.).
FishEye
The "FishEye" effect is used to enlarge a section of editor graphs (analysis graph, UML graph, ......
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
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......
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
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......
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......
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
1
2
>