System.Actions.TContainedActionList.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedActionList

Description

Creates an instance of TContainedActionList.

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

See Also