Vcl.BandActn.TCustomizeActionBars.ActionManager

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ActionManager: TCustomActionManager read FActionManager  write FActionManager;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.BandActn.pas
Vcl.BandActn.hpp
Vcl.BandActn TCustomizeActionBars

Beschreibung

Zeigt auf den Aktionsmanager der Anwendung.

Mit ActionManager können Sie auf den Aktionsmanager der Anwendung zugreifen.

Siehe auch