IRWMutex.TryLockRead

Syntax

TryLockRead: Boolean;

Description

The TryLockRead method checks if data read locking can be set immediately.

Comments

The method returns True if data read locking is available. To create a locking control object, use the CreateReadLock or TryCreateReadLock method.

See also:

IRWMutex