ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<Source>.ChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
WINDEV concepts
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage User Groupware files in Client/Server mode....
HReadSeek (Example)
Usage example of the HReadSeek function
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
HForward (Example)
Usage example of the HForward function
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HSetPosition (Example)
Usage example of the HSetPosition function