Unit 'objpas' Package
[Overview][Constants][Types][Index] [#rtl]

TEndian

System endianness.

Declaration

Source position: objpas.pp line 98

type TEndian = (

  Little,

  

Little endian byte order.

  Big

  

Big endian byte order.

);

Description

TEndian describes the endianness of a computer architecture.


Documentation generated on: Jul 24 2023