ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Attention : This is version 26 of this documentation page. This feature may have been changed or removed in a higher version.
Help / WLanguage / Managing databases / HFSQL functions / Compatible Hyper File functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
Others
Stored procedures
HEndLock (Function)
In french: HFinVerrou
HFSQLHFSQL Client/ServerAvailable only with these kinds of connection
Warning
This function is kept for backward compatibility.
The documentation about HEndLock available in WINDEV 5.5 is as follows.
Windows Mobile This function can be used with HFSQL Client/Server data files or with data files handled by Native Accesses. This function is not available for HFSQL Mobile.
 
Purpose
Marking the end of lock on data files.
Syntax
HEndLock
Details
HEndLock marks the end of the data file locking.
All the locked records are unlocked.
The read functions called after HEndLock (HRead, HReadSeek, HReadFirst, HReadLast, HReadNext, HReadPrevious) do no longer lock the record.
Notes
  • The beginning of lock is declared by HStartLock.
  • HEndLock is equivalent to HClose("" )
  • HEndLock has no effect if HStartLock was not called beforehand.
  • HStartLock and HEndLock are used to easily transform a single-user program into a program that supports locks.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/26/2021

Send a report | Local help