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

TRecOpOffsetEntry

Record initialization operator offset info.

Declaration

Source position: typinfo.pp line 463

type TRecOpOffsetEntry = packed record

  ManagementOperator: CodePointer;

  

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: Jul 24 2023