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 UnlockWrite method.
False. Data write locking is disabled.
The example of use is given in description of the LockWrite method.
See also: