[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'CmdLine' (#Pkg)

TOptionKind

Declaration

Source position: cmdline.pas line 194

type TOptionKind = (

  okShort,

  okShortWithVal,

  okLong,

  okLongWithVal,

  okArgument

);