Configuration variable types.
Source position: upasconf.pas line 563
type TVarType = (
vtBoolean,
vtEnum,
vtReal,
vtInteger,
vtPath,
vtString
);