Unit 'CustApp' Package
[Overview][Types][Classes][Variables][Index] [#fcl]

TCustomApplication.Params

Command-line parameters.

Declaration

Source position: custapp.pp line 96

public property TCustomApplication.Params[Index: Integer] : string
  read GetParams;

Description

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.

See also

ParamCount

  

Number of command-line parameters.

Paramstr


Documentation generated on: Jul 24 2023