[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazLoggerBase' (#lazutils)

GetParamByName

The the value for the specified parameter name from the command line for the application.

Declaration

Source position: lazloggerbase.pas line 293

function GetParamByName(

  const AName: string;

  AnIndex: Integer

):string;

Arguments

AName

  

Name of the parameter to locate in the command line arguments.

Function result

Value for the named parameter, or an empty string when not found.