ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
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.
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.
CursorDisplay (Function)
Displays or hides the mouse cursor.
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
Scroll (Property)
The Scroll property gets and sets the scroll value in a Scrollbar or Range Slider control.
ImageNext (Function)
Displays the next image for the scroll.
ImageFirst (Function)
Displays the first image for the scroll.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
IWListDisplay (Function)
Refreshes the display of an "Internal window" control with automatic iteration on a data file or query.
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
diffApply (Function)
Applies a difference buffer to a specific buffer.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
fTrackFile (Function)
Triggers the tracking of a file.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
TimeToString (Function)
Converts a time to a string in the specified format.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
SQLModify (Function)
Modifies the content of a row in the query result.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
HAddGroup (Function)
Adds a group of users.
How to choose the data source of a control?
This help page presents the different data sources available for a control....