ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
HDelete (Function)
Deletes a record from a data file (query or view).
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Extracting the text of the project
The following text can be extracted......
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
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....
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Creating the Vision pages of the WEBDEV RAD pattern
The Upload control
The Upload control is used to upload files on the Web server......
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
SQL view
An SQL view is a virtual data source defined by an SQL query......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
SQLExec (Function)
Names and runs an SQL query.
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......