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

TVarType

Configuration variable types.

Declaration

Source position: upasconf.pas line 563

type TVarType = (

  vtBoolean,

  vtEnum,

  vtReal,

  vtInteger,

  vtPath,

  vtString

);