ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa.
In Android and iOS, displays an endless progress bar in a window.
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
CursorDisplay (Function)
Displays or hides the mouse cursor.
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
Handling a control through programming in a report
All report controls can be handled through programming......
Error 31: The file to include is not found. Check the name and path ...
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
Camera control in a mobile application
The Camera control is used to......
Aliases on tables: HAlias function
The aliases are used to handle......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
2. UML models
2. UML models
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Specific features of the Express version
7. Multilingual sites in practice
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
Declaring and using a variable
A variable is defined by name and type......