ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
HState (Example)
Usage example of the HState function
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall the application....
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
DeleteButton (Property)
The DeleteButton property is used to determine if there should be an automatic delete button in a Text Edit control, and to change its position.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
WLanguage procedure called by zipAddDirectory to handle the progress bar
WLanguage procedure ("Callback") used by zipAddDirectory to manage the progress of files being added to the archive.
JSONToVariant (Example)
Usage example of the JSONToVariant function
Index (Property)
The Index property is used to get the index of an element.
HOnError (Example)
Usage example of the HOnError function
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
1. The WINDEV Framework
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
Report blocks
A printed report includes several sections......
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
HMergeView (Example)
Usage example of the HMergeView function