ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorDisplay (Function)
Displays or hides the mouse cursor.
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.
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.
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.
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
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
Analysis links
The links are used to link the files found in an analysis between themselves......
2. Projects in practice
Discover the main operations that can be performed on a project....
2. Projects in practice
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
The Dashboard control
Dashboards are essential elements in an application......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
How to create a menu?
1
2
3
4
5
6
230
>