Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

TRecOpOffsetEntry

Record initialization operator offset info

Declaration

Source position: typinfo.pp line 449

type TRecOpOffsetEntry = packed record

  ManagementOperator: Pointer;

  

Pointer to management operator code

  FieldOffset: SizeUInt;

  

offset of field for which management operator is applicable

end;

Description

TRecOpOffsetEntry describes management operator info for a record.

See also

TRecOpOffsetTable

  

Management operator info for record fields.


Documentation generated on: Sep 29 2022