System.Lo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Lo(X: Integer): Byte;

Properties

Type Visibility Source Unit Parent
function public System.pas System System

Description

Returns the low-order Byte of argument X.

In Delphi code, Lo returns the low-order Byte of the argument X as an unsigned value. X is an expression of type Integer.

See Also


Code Examples