Vcl.ActnMan.TActionDragBaseClass.ActionManager

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ActionManager: TCustomActionManager read FActionManager

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionDragBaseClass

Beschreibung

Enthält eine Referenz auf die TActionManager-Komponente.

ActionManager wird automatisch auf die TActionManager-Komponente gesetzt, die für die Verwaltung von Drag-Operationen in Aktionsbändern zuständig ist.

Siehe auch