UtilsLib Xojo and Real Studio plugin

Global Methods

Global Methods

BitShiftTo obtain result of left- or right - shifted 32-bit value, use the BitShift function.
Endian16SwapTo swap the endian of a 16bit integer value use the Endian16Swap function.
Endian32SwapTo swap the endian of a 32bit integer value use the Endian32Swap function.
GenerateGUIDTo create a globally unique 128 bit ID, use the GenerateGUID function.
GetEthernetAddressTo get the MAC id from the Ethernet card of the computer, use the GetEthernetAddress function.
GetEthernetAddressCountTo get the count of Ethernet adapters, use the GetEthernetAddressCount function.
GetSystemEncodingTo get the current system Encoding for usage with Text encoding manager then
use the GetSystemEncoding function.
HiWordTo obtain most-significant 16 bits of 32-bit operand, use the HiWord function.
LoWordTo obtain least-significant 16 bits of 32-bit operand, use the HiWord function