Vcl.ComCtrls.TComboExItems

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ListActns.TListControlItemsSystem.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTComboExItems

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