System endianness.
Source position: objpas.pp line 98
type TEndian = (
Little,
Little endian byte order.
Big
Big endian byte order.
);
TEndian describes the endianness of a computer architecture.