API: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

Creates and initializes a TCustomActionList object.

Vcl.ActnMan.TCustomActionManager.Create inherits from Vcl.ActnList.TCustomActionList.Create. All content below this line refers to Vcl.ActnList.TCustomActionList.Create.

Creates and initializes a TCustomActionList object.

Call Create to instantiate an action list at run time. Action lists added to forms at design time are created automatically.

The AOwner parameter is the owner of the action list; typically, this is a form or data module.

See Also