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

TClpOption

Declaration

Source position: JPL.CmdLineParser.pas line 94

type TClpOption = record

  ShortName: string;

  

  LongName: string;

  

  Value: string;

  

  ValueType: TClpValueType;

  

  OptionType: TClpOptionType;

  

  IsOptionNeeded: Boolean;

  

  Exists: Boolean;

  

  Parsed: Boolean;

  

  Hidden: Boolean;

  

  UsageInfo: string;

  

  UsageArgName: string;

  

  UsageCategory: string;

  

end;



CT Web help

CodeTyphon Studio