Source position: typinfo.pp line 258
type TAttributeEntry = packed record
AttrType: PPTypeInfo;
AttrCtor: Pointer;
AttrProc: TAttributeProc;
ArgLen: Word;
ArgData: Pointer;
end;