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