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
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...
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...
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
8. Windows in practice
Discover the main actions that can be performed on the windows....
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Handling the report blocks through programming
Each report block is associated with different events......
The different types of windows
The following types of windows can be created in a WINDEV application......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
12. Pages in practice
How to create a menu?
How to open a window?
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated...
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures...
Breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger...
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data...
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed...
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images...
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations...
Handling an Edit control programmatically
You can handle Edit controls programmatically......