ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTransactionFree (Function)
Transforms all "in transaction" records into "normal" records if they do not belong to a transaction currently in progress.
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
HPass (Function)
Defines the password used to create or open a data file.
HPriority (Function)
Finds out and modifies the priority of the calling application.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
HExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
HPriorityClient (Function)
Modifies the priority of a client application.
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
7. HFSQL: files physically created
7. HFSQL: files physically created
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
HFSQL tables exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large tables (up to 2 gigabytes)......
WDOptimizer: Editing and modifying a ".REP" file
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
<Connection variable>.TransactionEnd (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....
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a table.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.