Vcl.ListActns.TCustomStaticListAction

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ListActns.TCustomListActionVcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentTCustomStaticListAction

Delphi

TCustomStaticListAction = class(TCustomListAction)

C++

class PASCALIMPLEMENTATION TCustomStaticListAction : public TCustomListAction

Properties

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

Description

TCustomStaticListAction provides items to client controls.

TCustomStaticListAction represents the base class for the TStaticListAction class.

TCustomStaticListAction supplies items to client controls such as list views, list boxes, or combo boxes. TCustomStaticListAction maintains a list of items in its Items property. This lets you specify, at design time, the items it supplies to clients.

Each item may include text, an image, and a pointer to data. Each client control determines which of the item's mentioned features it accepts.

When a TCustomStaticListAction is added to an action manager, it uses the action to generate a drop-down list on a tool bar.

See Also