RAD Studio VCL Reference
|
TComboExItems manages a collection of TComboExItem objects.
TComboExItems = class(TListControlItems);
class TComboExItems : public TListControlItems;
ComCtrls
TComboExItems manages the collection of items that appear in an extended combo box (TComboBoxEx).
Use the properties and methods of TComboExItems to:
Access a specific item.
Add or delete items from the collection.
Find out how many items are in the collection.
Sort the items in the collection.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|