ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Mouse functions
List of functions for mouse management
Magnetic mouse: automatically moves cursor to default button
The mouse cursor can be automatically positioned on the default button when the window is opened...
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...
Optional events
By default, the codes available in the code editor correspond to the most common codes...
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page...
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
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.
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.
1
17