Management operator info for record fields.
Source position: typinfo.pp line 593
type TRecOpOffsetTable = packed record |
||
Count: LongWord; |
|
Count of records. |
Entries: array [0..0] of TRecOpOffsetEntry; |
|
Array of TRecOpOffsetEntry records. |
end; |
TRecOpOffsetTable is a table of TRecOpOffsetEntry records with management operator info for the managed fields of a record.
|
Record initialization operator offset info. |