Unit 'JPL.CmdLineParser' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_jplib]

TClpParam

Declaration

Source position: JPL.CmdLineParser.pas line 85

type TClpParam = record

  ParamStr: string;

  

  OptionName: string;

  

  OptionValue: string;

  

  ParamType: TClpParamType;

  

  Index: Integer;

  

  Parsed: Boolean;

  

end;



CT Web help

CodeTyphon Studio