Vcl.ListActns.TStaticListItems

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TStaticListItems = class(TListControlItems)

C++

class PASCALIMPLEMENTATION TStaticListItems : public TListControlItems

Properties

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

Description

TStaticListItems represents the items that TStaticListAction supplies to client controls.

TStaticListItems manages a collection of items for a TStaticListAction component. Each item in the collection can include a text value, associated image, and a data pointer. If the associated TStaticListAction is active, then when items are added to or deleted from TStaticListItems, the list action's clients are updated so that they reflect the current set of items.

See Also