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

GetParamByName

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

Declaration

Source position: lazloggerbase.pas line 294

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.


Version 4.0 Generated 2025-05-03 Home