RAD Studio VCL Reference
|
Lists the items in the collection.
property ComboItems [const Index: Integer]: TComboExItem;
__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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|