ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Checked (Property)
The Checked property gets and sets the checkmark state of an element.
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
Handling menu options programmatically
The menu options can be handled......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Recompiling the project
The project compilation is a process used to......
Telephony constants
List of constants used by telephony functions...
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
HFSQL management functions (prefix syntax)
List of functions for HFSQL management...
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
HFSQL management functions
List of functions for HFSQL management...
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.