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

TRecInitData

Record intialization data.

Declaration

Source position: typinfo.pp line 483

type TRecInitData = packed record

  AttributeTable: PAttributeTable;

  case TTypeKind of

    tkRecord: (

        Terminator: Pointer;

  

?

        Size: LongInt;

  

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: LongInt;

  

Number of managed fields.

      );

    tkInt64: (

        dummy: Int64;

      );

end;

Description

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


Documentation generated on: Jul 24 2023