Vcl.CustomizeDlg.TCustomizeDlg.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=SetActionManager};

Properties

Type Visibility Source Unit Parent
property published
Vcl.CustomizeDlg.pas
Vcl.CustomizeDlg.hpp
Vcl.CustomizeDlg TCustomizeDlg

Description

Indicates the action manager associated with the customization dialog.

At design time, set ActionManager to refer to your application's action manager object. The action manager maintains a logical description of the user interface elements as a hierarchy of action clients. The customization dialog operates on this hierarchy to change how user interface elements are organized or to hide and show individual elements.

See Also