Vcl.ListActns.TCustomStaticListAction.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TCustomStaticListAction

Description

Creates an instance of TCustomStaticListAction.

Most applications do not need to call the TCustomStaticListAction constructor, because actions are added at design time to an action list or action manager. AOwner specifies the owner for the action. This is the component that is responsible for freeing the TCustomStaticListAction instance.

See Also