Vcl.ActnMan.TActionDragBaseClass.ActionManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionManager: TCustomActionManager read FActionManager  write FActionManager;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionDragBaseClass

Description

Contains a reference to the TActionManager component.

ActionManager is automatically set to the TActionManager component for managing action band drag actions.

See Also