System.Classes.TThreadList.Add
Delphi
procedure Add(Item: Pointer);
C++
void __fastcall Add(void * Item);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Classes.pas System.Classes.hpp |
System.Classes | TThreadList |
Description
Adds an item to the list.
Call Add to insert a new object at the end of the thread-safe list.
Code Examples