Цитата:
Returns a specified parameter from the command-line.
Unit
System
Category
command line utilities
Delphi syntax:
function ParamStr(Index: Integer): string;
C++ syntax:
extern PACKAGE AnsiString __fastcall ParamStr(int Index);
Description
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.
|
Подробней некуда, кста, это из справки сиречь хелпа.