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

WordRec

Record describing a Word (in bytes)

Declaration

Source position: objects.pp line 191

type WordRec = packed record

  Hi: Byte;

  

High byte of a word

  Lo: Byte;

  

Low byte of a word

end;


Documentation generated on: Nov 14 2015