Skip to content
GR32>TCustomMap>UnlockMethod
Inherited from:TThreadPersistent.Unlock

TCustomMap.Unlock

Releases the internal critical section lock.

Declaration

pascal
procedure Unlock;

Description ​

Unlock decrements LockCount and releases the critical section lock when LockCount reaches zero, allowing other waiting threads to acquire the lock.