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

TByteOverlay

Declaration

Source position: syshelph.inc line 396

type TByteOverlay = bitpacked record

  case Integer of

    0: (

        AsBit: array [TByteBitIndex] of Boolean;

      );

    1: (

        AsNibble: array [TByteNibbleIndex] of nibble;

      );

    2: (

        AsByte: Byte;

      );

end;


Documentation generated on: Oct 13 2022