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

TCustomApplication.ParamCount

Number of command-line parameters.

Declaration

Source position: custapp.pp line 97

public property TCustomApplication.ParamCount : Integer
  read GetParamCount;

Description

ParamCount returns the number of command-line parameters that were passed to the program. The actual parameters can be retrieved with the Params property.

See also

Params

  

Command-line parameters.

Paramstr

ParamCount


Documentation generated on: Jul 24 2023