Returns a specified parameter from the command-line.
function ParamStr(Index: Integer): string;
AnsiString ParamStr(int Index);
System
ParamStr returns the parameter from the command line that corresponds to Index, or an empty string if Index is greater than ParamCount. For example, an Index value of 2 returns the second command-line parameter.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|