[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TCollectionItem.Index

Index of the item in its managing collection TCollection.Items property.

Declaration

Source position: classesh.inc line 503

public property TCollectionItem.Index : Integer
  read GetIndex
  write SetIndex;

Description

Index is the current index of the item in its managing collection's TCollection.Items property. This property may change as items are added and removed from the collection.

The index of an item is zero-based, i.e. the first item has index zero. The last item has index Count-1 where Count is the number of items in the collection.

The Index property of the items in a collection form a continuous series ranging from 0 to Count-1. The TCollectionItem.ID property does not form a continuous series, but can also be used to identify an item.

See also

TCollectionItem.ID

  

Initial index of this item.

TCollection.Items

  

Indexed array of items in the collection.


Documentation generated on: May 14 2021