HasWriteLock: Boolean;
The HasWriteLock property returns whether there is enabled data write locking.
Available values:
True. Data write locking is enabled. To disable locking, use the IRWMutex.UnlockWrite method.
False. Data write locking is disabled.
The example of use is given in description of the IRWMutex.LockWrite method.
See also: