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

TRecOpOffsetTable

Management operator info for record fields.

Declaration

Source position: typinfo.pp line 472

type TRecOpOffsetTable = packed record

  Count: LongWord;

  

Count of records.

  Entries: array [0..0] of TRecOpOffsetEntry;

  

Array of TRecOpOffsetEntry records.

end;

Description

TRecOpOffsetTable is a table of TRecOpOffsetEntry records with management operator info for the managed fields of a record.

See also

TRecOpOffsetEntry

  

Record initialization operator offset info.


Documentation generated on: Jul 24 2023