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

TQwordOverlay

Helper structure for quick data extraction from a qword-typed ordinal value.

Declaration

Source position: syshelph.inc line 1260

type TQwordOverlay = bitpacked record

  case Integer of

    0: (

        AsBit: array [TQwordBitIndex] of Boolean;

      );

    1: (

        AsNibble: array [TQwordNibbleIndex] of nibble;

      );

    2: (

        AsByte: array [TQwordByteIndex] of Byte;

      );

    3: (

        AsWord: array [TQwordWordIndex] of Word;

      );

    4: (

        AsDword: array [TQwordDwordIndex] of DWord;

      );

    5: (

        AsQword: QWord;

      );

    6: (

        AsByteOverlay: array [TQwordByteIndex] of TByteOverlay;

      );

    7: (

        AsWordOverlay: array [TQwordWordIndex] of TWordOverlay;

      );

    8: (

        AsDwordOverlay: array [TQwordDwordIndex] of TDwordOverlay;

      );

end;

See also

TByteOverlay

  

Helper structure for quick data extraction from a byte-typed ordinal value.

TShortIntOverlay

  

Helper structure for quick data extraction from a shortint-typed ordinal value.

TWordOverlay

  

Helper structure for quick data extraction from a word-typed ordinal value.

TSmallIntOverlay

  

Helper structure for quick data extraction from a smallint-typed ordinal value.

TDwordOverlay

  

Helper structure for quick data extraction from a dword-typed ordinal value.

TCardinalOverlay

  

Helper structure for quick data extraction from a cardinal-typed ordinal value.

TIntegerOverlay

  

Helper structure for quick data extraction from a integer-typed ordinal value.

TInt64Overlay

  

Helper structure for quick data extraction from a int64-typed ordinal value.

TNativeIntOverlay

  

Helper structure for quick data extraction from a nativeint-typed ordinal value.

TNativeUIntOverlay

  

Helper structure for quick data extraction from a nativeuint-typed ordinal value.

TQwordHelper

  

Helper for a QWord-typed ordinal value.


Documentation generated on: Jul 24 2023