Source position: pastree.pp line 1022
type TVariableModifiers = set of (
vmCVar,
vmExternal,
vmPublic,
vmExport,
vmClass,
vmStatic,
vmfar
);