Delphi
type Smallint = -32768..32767;
C++
typedef short Smallint; // -32768..32767
Propriétés
Type |
Visibilité |
Source |
Unité |
Parent |
type typedef |
public |
System.pas sysmac.h |
System |
System |
Description
Type entier d'étendue [-32768; 32767].
Smallint est un entier signé sur 2 octets.
Voir aussi