[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 183

type WordRec = packed record

  Hi: Byte;

  

High byte of a word

  Lo: Byte;

  

Low byte of a word

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.