[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Locks the list for exclusive access.
Source position: classesh.inc line 362
public function TThreadList.LockList: TList; |
LockList locks the list for exclusive access. Locklist uses an internal critical section, so all rules for multiple locking of critical sections apply to locklist/unlocklist as well.
|
Removes all emements from the list. |
|
|
Adds an element to the list. |
|
|
Removes an item from the list. |
|
|
Unlocks the list after it was locked. |