Delphi
type Byte = 0..255;
C++
typedef unsigned char Byte; // 0..255
Embarcadero Technologies does not currently have any additional information.