System.Types.TEndian
Delphi
TEndian = (Big, Little);
C++
enum DECLSPEC_DENUM TEndian : unsigned char { Big, Little };
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| enum | public | System.Types.pas System.Types.hpp |
System.Types | System.Types |
Description
Définit un type d'endian.
Les valeurs possibles sont :
LittleBig