Delphi
type UInt16 = 0..65535;
C++
typedef Word UInt16;
Alias pour Word.
UInt16 est un alias pour une variable Word.