Vcl.BandActn.TCustomizeActionBars.ActionManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionManager: TCustomActionManager read FActionManager

C++

__property Vcl::Actnman::TCustomActionManager* ActionManager = {read=FActionManager, write=FActionManager};

Properties

Type Visibility Source Unit Parent
property published
Vcl.BandActn.pas
Vcl.BandActn.hpp
Vcl.BandActn TCustomizeActionBars

Description

Refers to the application's action manager.

Use ActionManager to refer to the application's action manager object.

See Also