WordRec
Record describing a word value.
Declaration
Source position: sysutilh.inc line 55
Type
WordRec = packed record
public
  Lo : Byte;
  Hi : Byte;
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
| Name | Description | 
|---|---|
| Byte | An unsigned 8-bits integer | 
| Byte | An unsigned 8-bits integer | 
| Int64Rec | Record describing an Int64 value | 
| LongRec | Record describing a longint value |