CreateReadLock: ILock;
The CreateReadLock method creates an object that controls data read locking.
On creating an object, data read locking is automatically enabled. To disable locking, execute the ILock.Unlock method and reset the corresponding variable to zero.
See also: