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

TVarKind

Kind of a configuration variable.

Declaration

Source position: upasconf.pas line 573

type TVarKind = (

  vkLocal,

  

For internal use only.

  vkNormal,

  

Variable can be changed by the command line.

  vkProtected,

  

Variable can't be changed by the command line.

  vkSystem

  

Variable can't be changed by the command line.

);