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