Afficher : Delphi C++
Préférences d'affichage

System.Shortint

De XE2 API Documentation

Delphi

type Shortint = -128..127;

C++

typedef signed char          Shortint _DEPRECATED_ATTRIBUTE0;         // -128..127

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
System.pas
sysmac.h
System System

Description

Type entier d'étendue [-128; 127].

Shortint est un entier signé sur 1 octet.

Voir aussi

Versions précédentes
Traductions