ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Magnetic mouse: automatically moves cursor to default button
The mouse cursor can be automatically positioned on the default button when the window is opened...
Mouse functions
List of functions for mouse management
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse...
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
Optional events
By default, the codes available in the code editor correspond to the most common codes...
Cursor (Property)
The Cursor property gets and sets 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.
  • Code Editor control.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page...
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....