Locks the list for exclusive access.
Source position: classesh.inc line 650
public function TThreadList.LockList: TList; |
LockList locks the thread list for exclusive access. The return value for the method is the internal TList instance with pointers to the TThread instances for the thread list. Locklist uses an internal critical section, so all rules for multiple locking of critical sections apply to locklist/unlocklist as well.
|
Removes all elements from the list. |
|
|
Adds an element to the list. |
|
|
Removes an item from the list. |
|
|
Unlocks the list after it was locked. |