System.Shortint

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

Delphi

type Shortint = -128..127;

C++

typedef signed char          Shortint _DEPRECATED_ATTRIBUTE0;         // -128..127

プロパティ

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

説明

-128 から 127 までの範囲の整数型です。

Shortint は 1 バイトの符号付き整数です。

関連項目