表示: Delphi C++
表示設定

System.Shortint

提供:XE2 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 バイトの符号付き整数です。

関連項目

以前のバージョン
他の言語