TFPGList.Insert
Insert a new item in the list
Declaration
Source position: fgl.pp line 153
public
procedure Insert(Index: Integer; const Item: T);
Description
Insert inserts a new 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 |
|---|---|
| TFPGList.Insert | Insert a new item in the list |
| TFPGList.Items | Indexed access to items in the list |
| TFPSList.Add | Add a new item to the list |