ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
13 results for: HMode
HMode (Function)
Changes the mode and the method for locking tables.
<Source>.Mode (Function)
Changes the mode and the method for locking tables.
<Source>.UnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read...
<Source>.UnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead...
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead...
HUnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read...
<Source>.LockFile (Function)
Locks a table and restricts the access to this table for all other sites or applications.
HLockFile (Function)
Locks a table and restricts the access to this table for all other sites or applications.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Locking data files: correspondence between WINDEV 5.5 and the later versions
HNoModif (Function)
Forbids all the modifications on a table (for all the programs, including the one that requested...
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server...