HasReadLock: Boolean;
The HasReadLock property returns whether the data write locking is enabled.
Available values:
True. Data read locking is enabled. To disable locking, use the UnlockRead method.
False. Data read locking is disabled.
The example of use is given in description of the LockRead method.
See also: