Vcl.ActnMan.TCustomActionManager.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomActionManager(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Description

Instantiates and initializes a TCustomActionManager object.

When using the form designer, action manager instances are created automatically when you drop an action manager component on your form. The AOwner parameter is the owner of the action manager, typically this is the form.

You should never attempt to instantiate a TCustomActionManager object in an application. Instead, instantiate and use the descendant class, TActionManager.

See Also