API:Vcl.ListActns.TStaticListAction

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ListActns.TCustomStaticListActionVcl.ListActns.TCustomListActionVcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentTStaticListAction

Delphi

TStaticListAction = class(TCustomStaticListAction)

C++

class PASCALIMPLEMENTATION TStaticListAction : public TCustomStaticListAction

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.

Vcl.ListActns.TStaticListAction inherits from Vcl.ListActns.TCustomStaticListAction. All content below this line refers to Vcl.ListActns.TCustomStaticListAction.

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