Vcl.ActnList.TCustomActionList.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomActionList

Description

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