IRWMutex.TryLockWrite

Syntax

TryLockWrite: Boolean;

Description

The TryLockWrite method checks if data write locking can be obtained immediately.

Comments

The method returns True if data write locking is available. To create a locking control object, use the CreateWriteLock or TryCreateWriteLock method.

See also:

IRWMutex