Command-line parameters.
Source position: custapp.pp line 105
|  public property TCustomApplication.Params[Index: Integer] : string | 
Params gives access to the command-line parameters. They contain the value of the Index-th parameter, where Index runs from 0 to ParamCount. It is equivalent to calling ParamStr.
| 
 | Number of command-line parameters. | |