TThreadList.Remove

Removes an item from the list.

Declaration

Source position: classesh.inc line 364

public 
  procedure Remove(Item: Pointer);

Description

Remove attempts to lock the list and then removes Item from the list. After the item is removed, the list is again unlocked.

See also

Name Description
Add Adds an element to the list.
Clear Removes all elements from the list.
LockList Locks the list for exclusive access.
UnlockList Unlocks the list after it was locked.