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

TOptionType

Declaration

Source position: cmdline.pas line 216

type TOptionType = (

  kBoolean,

  kCounted,

  kDouble,

  kEnum,

  kLongInt,

  kRange,

  kSimple,

  kPath,

  kString

);