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

TRecInitData

Declaration

Source position: typinfo.pp line 469

type TRecInitData = packed record

  AttributeTable: PAttributeTable;

  case TTypeKind of

    tkRecord: (

        Terminator: Pointer;

        Size: LongInt;

        InitOffsetOp: PRecOpOffsetTable;

        ManagementOp: Pointer;

        ManagedFieldCount: LongInt;

      );

    tkInt64: (

        dummy: Int64;

      );

end;


Documentation generated on: Jun 15 2021