TThreadList : Method overview by Name
| Member | Visibility | Description |
|---|---|---|
| Add(TThreadList) | public | Adds an element to the list. |
| Clear(TThreadList) | public | Removes all elements from the list. |
| Create(TThreadList) | public | Creates a new thread-safe list. |
| Destroy(TThreadList) | public | Destroys the list instance. |
| LockList(TThreadList) | public | Locks the list for exclusive access. |
| Remove(TThreadList) | public | Removes an item from the list. |
| UnlockList(TThreadList) | public | Unlocks the list after it was locked. |