IWinApplicationParams.ParamIndex

Syntax

ParamIndex(Param: String): Integer;

Parameters

Param. Key name. A reserved key (-singleinstance, -splash, -customparam) or a custom key that consists of the combination "-" + <key name> can be passed as a name.

Description

The ParamIndex property returns key index in the input parameters array, using which the platform is started. Key name is passed in the Param parameter.

See also:

IWinApplicationParams

Launching Platform from the Command Line Using Keys