[Overview][Types][Classes][Procedures and functions][Variables][Index] |
The value for the specified parameter name from the command line for the application.
Source position: lazloggerbase.pas line 294
function GetParamByName( |
const AName: string; |
AnIndex: Integer |
):string; |
AName |
|
Name of the parameter to locate in the command line arguments. |
Value for the named parameter, or an empty string when not found.
Version 4.0 | Generated 2025-05-03 | Home |