Adds an element to the list.
Source position: classesh.inc line 650
public procedure TThreadList.Add(  | 
Item: Pointer  | 
);  | 
Add attempts to lock the list and adds the pointer Item to the list. After the pointer was added, the list is unlocked again.
  | 
Locks the list for exclusive access.  | 
|
  | 
Removes all elements from the list.  | 
|
  | 
Removes an item from the list.  | 
|
  | 
Unlocks the list after it was locked.  |