System.Types.TEndian
Delphi
TEndian = (Big, Little);
C++
enum DECLSPEC_DENUM TEndian : unsigned char { Big, Little };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | System.Types.pas System.Types.hpp |
System.Types | System.Types |
Description
Defines a type of endian.
Possible values are:
Little
Big