TEndianness Enumeration

type TEndianness = ( boLittleEndian, boBigEndian);

Storage Endianness.

Defines the order in which the bytes of data are (to be) stored in the file or in to a stream.

Values

NameDescription
boBigEndianMotorola convention
boLittleEndianIntel convention