[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Unlocks the list after it was locked.
Source position: classesh.inc line 364
public procedure TThreadList.UnlockList; |
UnLockList unlocks the list when it was locked for exclusive access. UnLocklist and LockList use an internal critical section, so all rules for multiple locking/unlocking of critical sections apply.
|
Removes all emements from the list. |
|
|
Adds an element to the list. |
|
|
Removes an item from the list. |
|
|
Locks the list for exclusive access. |