UtilsLib Xojo and Real Studio plugin

LoWord Method

To obtain least-significant 16 bits of 32-bit operand, use the HiWord function

LoWord(
   value as Integer) as Integer

Parameters

value
32-bit source operand

Returns

Integer

Remarks

returns a integer - low-order 16-bit word of a 32-bit value.

Supported Platforms:

  • MacOS X Carbon
  • MacOS X Cocoa
  • Win32 - Windows
  • Linux x86

    Unsupported Platforms:

    See Also

    GlobalMethods Global