IRWMutex.HasReadLock

Syntax

HasReadLock: Boolean;

Description

The HasReadLock property returns whether the data read locking is enabled.

Comments

Available values:

Example

The example of use is given in description of the IRWMutex.LockRead method.

See also:

IRWMutex