help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

WordRec

Record describing a word value.

Declaration

Source position: sysutilh.inc line 46

type WordRec = packed record

  Lo: Byte;

  

Low byte of the word.

  Hi: Byte;

  

High byte of the word

end;

Description

LongRec can be used to extract the parts of a word: the high and low byte. Note that the meaning of the High and Low parts are different on various CPUs.

See also

LongRec

  

Record describing a longint value

Int64Rec

  

Record describing an Int64 value

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505