RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboExItems.ComboItems Property

Lists the items in the collection.

Pascal
property ComboItems [const Index: Integer]: TComboExItem;
C++
__property TComboExItem ComboItems[int const Index];

Use ComboItems to access the items in this collection. 

Index indicates the item to access, where 0 is the index of the first item, 1 is the index of the second item, and so on. The Count property indicates the maximum number of items.

Note: ComboItems is the same as the Items property, except that the type of the property is TComboExItem instead of TListControlItem, which is the base class for TComboExItem.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!