API: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 an instance of TContainedActionList.

Vcl.ActnList.TCustomActionList.Create inherits from System.Actions.TContainedActionList.Create. All content below this line refers to System.Actions.TContainedActionList.Create.

Creates an instance of TContainedActionList.

This creator is inherited from TComponent, see TComponent.Create for more information.

See Also