System.Int8

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type Int8 = ShortInt;

C++

typedef signed char          Int8;             // -128..127

Eigenschaften

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

Beschreibung

Alias für Shortint.

Siehe auch