Skip to content

TFPGObjectList.Add

Add new object of class T to the list.

Declaration

Source position: fgl.pp line 189

public 
  function Add(const Item: T) : Integer;

Description

Add adds a new item Item of class type T to the list and returns the position at which the item was added.

Errors

If the item could not be added, an EListError exception is raised.

See also

Name Description
TFPGObjectList.Extract Extract an item from the list
TFPGObjectList.IndexOf Index of item
TFPGObjectList.Items Indexed access to objects in the list.