ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
Binding a Combo Box control to an item
Internal component description
The description of an internal component can opened at any time......
Managing assertions
...The main available features are as follows:...
Record (Type of variable)
The Record type is used to save the values of a record.
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
Binding a Link control to an item
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
DocSave (Function)
Saves a document as a "docx" file.
xlsClose (Example)
Usage example of the xlsClose function
LoadWDL (Example)
Usage example of the LoadWDL function
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......