Internet Direct (Indy) Version 9.0.2 Beta
TIdObjectList.Items
Provides indexed access to the contents of the object list.

property Items [AIndex: Integer]: TObject;
Description
Items is an indexed TObject property that provides access to the contents of the object list using the Integer position specified in AIndex. The index positions in Items are zero-based.

If OwnsObjects is True, reassigning an Items index frees the object that previously occupied that position in the list.

Items can contain nil references. To remove nil references and reduce the size of the array, call the Pack method.