Delphi
type Smallint = -32768..32767;
C++
typedef short Smallint; // -32768..32767
Properties
Type |
Visibility |
Source |
Unit |
Parent |
type typedef |
public |
System.pas sysmac.h |
System |
System |
Description
Integer type with the range [-32768; 32767].
Smallint is a 2-byte signed integer.
See Also