Current CPU endianness.
Source position: syshelph.inc line 43
const CPUEndian = TEndian.Little;
CPUEndian describes whether the current CPU is little or big endian.
TEndian
Endianness of a CPU.