IRWMutex.UnlockWrite

Syntax

UnlockWrite;

Description

The UnlockWrite method disables data write locking.

Comments

This method must be called after data write is complete if the LockWrite method was called before.

Example

The example of use is given in description of the LockWrite method.

See also:

IRWMutex