Vcl.ExtActns.TCustomFileRun.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TCustomFileRun

Description

Creates an instance of TCustomFileRun.

Most applications do not need to call the TCustomFileRun 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 TCustomFileRun instance.

Create initializes the action's properties and creates a default TOpenDialog instance to act as the value of the BrowseDlg property.

See Also