[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

TEndian

Endianness of a CPU

Declaration

Source position: syshelph.inc line 8

type TEndian = (

  Little,

  

Little endian (LSB first)

  Big

  

Big endian (MSB first)

);

Description

TEndian indicates whether the platform is little endian (LSB first), or big endian (MSB first).


Documentation generated on: Sep 28 2017