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