API: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

TListControlItems manages a collection of TListControlItem objects.

Vcl.ComCtrls.TComboExItems inherits from Vcl.ListActns.TListControlItems. All content below this line refers to Vcl.ListActns.TListControlItems.

TListControlItems manages a collection of TListControlItem objects.

TListControlItems manages a collection of items that each include a text value, associated image, and a data pointer.

Use the properties and methods of TListControlItems 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.

Although TListControlItems can be used on its own, it also acts as a base class to classes that manage the items for a specific component. TListControlItems descendants include TComboExItems, which manages the items of a TComboBoxEx control, and TStaticListItems, which manages items for a list action component.

See Also