System.Shortint
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.