TFPGInterfacedObjectList.Insert
Insert a new object in the list
Declaration
Source position: fgl.pp line 235
public
procedure Insert(Index: Integer; const Item: T);
Description
Insert inserts a new object (Item) in the list at position Index. The index is zero based and must be less than Count .
Errors
If an invalid index is specified, an EListError exception is raised.
See also
| Name | Description |
|---|---|
| TFPGInterfacedObjectList.Add | Add new object of class T to the list. |
| TFPGInterfacedObjectList.Items | Indexed access to objects in the list. |