RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCollection.Items Property

Lists the items in the collection.

Pascal
property Items [Index: Integer]: TCollectionItem;
C++
__property TCollectionItem Items[int Index];

Use Items to access individual items in the collection. The value of the Index parameter corresponds to the Index property of TCollectionItem. It represents the position of the item in the collection. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!