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, ...).
11. Controls in practice
Discover the main characteristics of the controls...
Designing a supercontrol
A supercontrol is an advanced type of control......
Page Footer block
The Page footer block is run at the end of each page......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
SQL view
An SQL view is a virtual data source defined by an SQL query......
14. Controls in practice
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
Container column in a Table control
A cell found in a Table control can contain a set of controls......
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically,...
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed...
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify...
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Events associated with pages
List of events associated with pages...