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

TRecInitData

Record intialization data.

Declaration

Source position: typinfo.pp line 433

type TRecInitData = packed record

  Terminator: Pointer;

  

?

  Size: Integer;

  

Size (in bytes) of the record.

  InitOffsetOp: PRecOpOffsetTable;

  

Pointer to management operator data for fields.

  ManagementOp: Pointer;

  

Pointer to management operator data for this record.

  ManagedFieldCount: Integer;

  

Number of managed fields.

end;

Description

TRecInitData describes the generated RTTI info with which you can initialize a record that contains managed fields.


Documentation generated on: Feb 02 2025