Previous: Halt procedure To the Table of Content Next: High function

- 4.62.2.38 -
Standard Units
System Unit
System Unit Procedures and Functions

Hi function

Targets: MS-DOS, OS/2, Win32

System Unit

Returns the high-order byte of the argument.

Declaration:
function Hi(X): Byte;
Remarks:
Use Hi to retrieve the high order byte from an ordinal type argument. The Hi function treats its argument as a 16-bit value, even if it is 32-bit or 64-bit.

See also
Lo


Previous: Halt procedure To the Table of Content Next: High function
Halt procedure Table of Content High function

- 4.62.2.38 -