Vcl.ListActns.TListControlItems

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTListControlItems

Delphi

TListControlItems = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION TListControlItems : public System::Classes::TOwnedCollection

Properties

Type Visibility Source Unit Parent
class public
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns Vcl.ListActns

Description

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