Vcl.ActnMan.TActionClients.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 TActionClients

Description

Contains a reference to the TActionManager component that maintains the TActionClients collection.

ActionManager is automatically set to the TActionManager component that created the TActionClients object.

See Also