RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileRun.Parameters Property

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

Pascal
property Parameters: String;
C++
__property AnsiString Parameters;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!