[Overview][Classes][Index] |
The byte order to use in the file
Source position: externalwriter.pp line 65
public property TExternalResourceWriter.Endianess : Byte |
This property can be used to set the byte order (endianess) of the file to write.
Remark: | If a value other than EXT_ENDIAN_BIG or EXT_ENDIAN_LITTLE is used, an EExternalResInvalidEndianessException exception is raised. |
|
The file uses big endian byte order |
|
|
The file uses little endian byte order |