ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
CursorDisplay (Function)
Displays or hides the mouse cursor.
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
MatWrite (Function)
Writes an element into a matrix.
SQLSeek (Function)
Positions on the specified result row of the query.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
TelemetryEnable (Function)
Enables the telemetry manually.
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
PageDisplay (Function)
Displays a web page in the user's browser....
HTransactionSavepoint (Function)
Declares a transaction savepoint.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
Today (Function)
Returns or modifies the system date (current date defined on the current computer).
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Recompiling the project
The project compilation is a process used to......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).