System.Shortint
Delphi
type Shortint = -128..127;
C++
typedef signed char Shortint _DEPRECATED_ATTRIBUTE0; // -128..127
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | System.pas sysmac.h |
System | System |
Description
Integer type with the range [-128; 127].
Shortint is a one-byte signed integer.