Source position: JPL.CmdLineParser.pas line 73
type TClpStickedParam = record
Position: Integer;
ParamValue: string;
UsageName: string;
UsageInfo: string;
end;