RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.Lo Function

Returns the low order Byte of argument X.

Pascal
function Lo(X): Byte;
C++
Byte Lo( X);

System

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!