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, ...).
The RTF control (Report editor)
...The "RTF" (Rich Text Format) control is used to display a formatted character string...
Manipulating Edit controls programmatically
You can manipulate Edit controls programmatically......
1. My first Android/iOS project
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project...
End of Document block
The End of document block is run once at the end of the report execution......
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup...
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types...
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images...
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage...
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design...
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV...
Materialized view
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......