[Overview][Classes][Index] Reference for unit 'externalreader' (#fcl-res)

TExternalResourceReader.Endianess

The byte order used in the file

Declaration

Source position: externalreader.pp line 54

public property TExternalResourceReader.Endianess : Byte
  read fEndianess;

Description

This property holds the byte order (endianess) of the file that has been read.

Remark: Obviously, this property is meaningful only after a file has been read.

See also

EXT_ENDIAN_BIG

  

The file uses big endian byte order

EXT_ENDIAN_LITTLE

  

The file uses little endian byte order


Documentation generated on: May 14 2021