RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboExItems Class

TComboExItems manages a collection of TComboExItem objects.

Pascal
TComboExItems = class(TListControlItems);
C++
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!