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...
Optional events
By default, the codes available in the code editor correspond to the most common codes...
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...
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
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, ...).
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
WinSize (Function)
WinSize: returns or modifies the window display mode (maximized, minimized or normal),...
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first...
Environment of code editor
Container controls
WINDEV, WEBDEV and WINDEV Mobile feature different controls that can contain other controls......
Editable reports
The report editor can be used to create form reports, which include different controls allowing...
Events associated with Looper controls
List of events associated with Looper controls...
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top...
Referring to an element in a WLanguage event / process
Miscellaneous Windows constants
List of constants used by the Windows functions....
The Dashboard control
Dashboards are essential elements in an application......
Various constants
List of various constants used by the constants WINDEV functions....
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
Analysis links
The links are used to link the files found in an analysis between themselves......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code...
Code Editor control
The Code Editor control allows end users to write WLanguage code....
Types of Edit controls
16. Types of code