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