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

WordRec

Record describing a Word (in bytes).

Declaration

Source position: objects.pp line 218

type WordRec = packed record

  Hi: Byte;

  

High byte of a word.

  Lo: Byte;

  

Low byte of a word.

end;


Documentation generated on: Jul 24 2023