System.Smallint
Delphi
type Smallint = -32768..32767;
C++
typedef short Smallint; // -32768..32767
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
type typedef |
public | System.pas sysmac.h |
System | System |
Beschreibung
Integer-Typ mit einem Bereich von [-32768; 32767].
Smallint ist ein 2 Byte großer Integerwert mit Vorzeichen.