Afficher : Delphi
C++
Préférences d'affichage
System.Byte
De XE API Documentation
Delphi
type Byte = 0..255;
C++
typedef unsigned char Byte; // 0..255
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
type typedef |
public | System.pas sysmac.h |
System | System |
Description
Représente un type entier fondamental.
Byte représente un sous-ensemble du type Integer. L'intervalle du type Byte est de 0 à 255. Le format Byte est 8 bits non signé.