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.
Variables for managing the Drag and Drop
Creating links
Links help users navigate the help system......
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
Custom tooltips
Tooltips are very useful for application users......
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
TableInfoXY (Example)
Usage example of the TableInfoXY function
Creating anchors
The anchors are used to define specific points in a help page......
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character string containing text in RTF format.
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
Relationships in a CDM
The relationships are used to link entities among themselves or to link associations to entities......
Error 2109: You are using the ObjectInfo function
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
WINDEV: Example of programmed Drag and Drop
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
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...
1
2
3
4
5
6
230
>