Delphi
type UInt8 = 0..255;
C++
typedef Byte UInt8;
Alias pour Byte.
UInt8 est un alias pour une variable Byte.