Delphi
type UInt32 = 0..-1;
C++
typedef unsigned UInt32;
Alias pour Cardinal.
UInt32 est un alias pour une variable Cardinal.