[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: typinfo.pp line 258
type TAttributeEntry = packed record |
AttrType: PPTypeInfo; |
AttrCtor: CodePointer; |
AttrProc: TAttributeProc; |
ArgLen: Word; |
ArgData: Pointer; |
end; |