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...
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page...
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
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...
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.
Optional events
By default, the codes available in the code editor correspond to the most common codes...
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
Events associated with a Range Slider control
The following events are associated with Range Slider controls:...
Events associated with Carousel controls
List of events associated with Carousel controls...
Pivot Table control events
Donne le nombre d'options dans un champ bouton segmenté...
Events associated with the TreeMap control
List of events associated with the TreeMap controls...
Events associated with an infinite Progress Bar control
Events associated with Toolbar controls
List of events associated with Toolbar controls...
Events associated with OLE controls
List of events associated with OLE controls...
Events associated with Check Box controls
List of events associated with Check Box controls...
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Events associated with a Repositionable Note control
Events associated with a Repositionable Note control...
Events associated with Splitter controls
List of events associated with Splitter controls...
Events associated with Sidebar controls
List of events associated with Sidebar controls...
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
TableInfoXY (Example)
Usage example of the TableInfoXY function
Events associated with Radio Button controls
List of events associated with Radio Button controls...
1
4
5
6
7
8
27
>