[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

OWordRec

Declaration

Source position: sysutilh.inc line 83

type OWordRec = packed record

  case Integer of

    0: (

        Hi: QWord;

        Lo: QWord;

      );

    1: (

        DWords: array [0..3] of DWord;

      );

    2: (

        Words: array [0..7] of Word;

      );

    3: (

        Bytes: array [0..15] of Byte;

      );

end;


Documentation generated on: May 23 2011