System.Int8

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

Delphi

type Int8 = ShortInt;

C++

typedef signed char          Int8;             // -128..127

プロパティ

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

説明

Shortint のエイリアスです。


関連項目