Vcl.ExtActns.TFileRun.Parameters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parameters: string read FParameters write FParameters default 0;

C++

__property Parameters = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TFileRun

Description

Specifies parameters to be passed to the application when the target file is an executable.

Vcl.ExtActns.TFileRun.Parameters inherits from Vcl.ExtActns.TCustomFileRun.Parameters. All content below this line refers to Vcl.ExtActns.TCustomFileRun.Parameters.

Specifies parameters to be passed to the application when the target file is an executable.

Use Parameters to specify any parameters that should be passed to the external application when it is launched. Only set Parameters if FileName is the name of an Executable file or the user is browsing for an executable file. If the target file holds data associated with the application to launch, Parameters should be an empty string.

See Also