Unit 'LCLType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

LoWord

Gets the smallest value for the specified Integer as a Word type.

Declaration

Source position: lcltype.pp line 3005

function LoWord(

  i: Integer

):Word;

Arguments

i

  

Integer value examined in the routine.

Function result

Smallest Word value for the specified Integer.

See also

HiWord

  

Gets the largest value for the specified Integer as a Word type.

Lo


Version 4.4 Generated 2025-11-08 Home