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

TRecordData

Declaration

Source position: typinfo.pp line 823

type TRecordData = packed record

public

  property ExtendedFields: PExtendedFieldTable; [r]

  property ExtendedFieldCount: LongInt; [r]

  property MethodTable: PRecordMethodTable; [r]

  property ExRTTITable: PPropDataEx; [r]

  AttributeTable: PAttributeTable;

  case TTypeKind of

    tkRecord: (

        RecInitInfo: Pointer;

        RecSize: LongInt;

        case Boolean of

          False: (

              ManagedFldCount: LongInt;

            );

          True: (

              TotalFieldCount: LongInt;

            );

      );

    tkInt64: (

        dummy: Int64;

      );

    tkFloat: (

        FloatType: TFloatType;

      );

end;


Documentation generated on: Jan 30 2024