[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
UnLocks a locked list
Source position: classesh.inc line 1996
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. |