System.Smallint

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type Smallint = -32768..32767;

C++

typedef short                Smallint;         // -32768..32767

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.pas
sysmac.h
System System

説明

-32768 から 32767 までの範囲の整数型です。

Smallint は 2 バイトの符号付き整数です。

関連項目