[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Insert a new object in the list
Source position: contnrs.pp line 55
public procedure TFPObjectList.Insert( |
Index: Integer; |
AObject: TObject |
); |
Index |
|
Position Index to insert the object in |
AObject |
|
Object to insert in the list |
Insert inserts AObject at position Index in the list. All elements in the list after this position are shifted. The index is zero based, i.e. an insert at position 0 will insert an object at the first position of the list.
None.
|
Add an object to the list. |
|
|
Delete an element from the list. |