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.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Error 2109: You are using the ObjectInfo function
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
WINDEV: Example of programmed Drag and Drop
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
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......
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
Various WEBDEV constants
Various WEBDEV constants...
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
Cross-references in the code editor
The cross-references in the code editor are used to identify......
DnDForce (Function)
DnDForce is kept for backward compatibility.
Constants for managing Organizer controls
Constants for managing Organizer controls...
Environment of code editor
2. Projects in practice
Collapses a branch previously expanded....
1
2
3
4
5
6
405
>