RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGrpButtonItems.Items Property

Lists the items in the collection.

Pascal
property Items [Index: Integer]: TGrpButtonItem;
C++
__property TGrpButtonItem 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!