ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HMode (Function)
Changes the mode and the method for locking tables.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
HListItem (Example)
Usage example of the HListItem function
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
Creating a flexible modeling
To create a new flexible modeling, you can......
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......
SQLExec (Example)
Usage example of the SQLExec function
SQLFirst (Example)
Usage example of the SQLFirst function
HChangeKey (Example)
Usage example of the HChangeKey function
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....
HReadLast (Example)
Usage example of the HReadLast function
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
HOut (Example)
Usage example of the HOut function
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
CtExtendedInfo (Property)
The CtExtendedInfo property gets the additional information inserted into the database connection string.
HRead (Function)
Reads a record in a file according to a given record number.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HModify (Example)
Usage example of the HModify function