Vcl.ComCtrls.TComboExItems
Delphi
TComboExItems = class(TListControlItems)
C++
class PASCALIMPLEMENTATION TComboExItems : public Vcl::Listactns::TListControlItems
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TComboExItems manages a collection of TComboExItem objects.
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.
See Also
Code Examples