[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Kind of a configuration variable.
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. |
); |