The kind of parameter for a method
Source position: typinfo.pp line 48
type TParamFlags = set of (
pfVar,
pfConst,
pfArray,
pfAddress,
pfReference,
pfOut
);