TInterfaceList.Unlock
UnLocks a locked list
Declaration
Source position: classesh.inc line 2270
public
procedure Unlock;
Description
UnLock unlocks the list. It is the implementation of the IInterfaceList.UnLock method. After a call to unlock, the current thread releases the list for manipulation by other threads.
See also
| Name | Description |
|---|---|
| IInterfaceList.UnLock | Unlock the list. |
| TInterfaceList.Lock | Lock the list |
| TThreadList.UnLockList | Unlocks the list after it was locked. |