Vcl.ActnMan.TActionListCollection.ActionManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionManager: TCustomActionManager read GetActionManager;

C++

__property TCustomActionManager* ActionManager = {read=GetActionManager};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionListCollection

Description

Refers to the action manager associated with the collection.

Use ActionManager to refer to the action list collection's action manager object.

See Also