System.Classes.TThreadList.Remove
Delphi
procedure Remove(Item: Pointer); inline;
C++
void __fastcall Remove(void * Item);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Classes.pas System.Classes.hpp |
System.Classes | TThreadList |
Description
Removes an item from the list.
Call Remove to remove a specific item from the list without having to determine its index. Remove locks the list, calls the Remove method in TList, then unlocks the list.
See Also
Code Examples