System.Shortint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type Shortint = -128..127;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.pas
sysmac.h
System System

Beschreibung

Integer-Typ mit einem Bereich von [-128; 127].

Shortint ist ein 1 Byte großer Integerwert mit Vorzeichen.

Siehe auch