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 IRWMutex.UnlockRead method.
False. Data read locking is disabled.
The example of use is given in description of the IRWMutex.LockRead method.
See also: