UnLocks a locked list.
Source position: classesh.inc line 2706
public procedure TInterfaceList.Unlock; |
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.
|
Unlock the list. |
|
|
Lock the list. |
|
|
Unlocks the list after it was locked. |