TFPGInterfacedObjectList.Items

Indexed access to objects in the list.

Declaration

Source position: fgl.pp line 244

public Property
  Items[Index: Integer]: T; default;

Description

Items provides indexed access to the objects in the list. The objects can be get or set.

The index Index is zero based, and has a maximum value of Count-1 .

The previous object at position Index may be freed when setting the property, depending on its reference count.

Errors

If an invalid index is used, an EListError exception is raised.

See also

Name Description
TFPSList.Count Current element count