System.JSON.TInt15

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

Delphi

type TInt15 = 0..15;

C++

typedef System::Int8 TInt15;

プロパティ

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


説明

16 進数字の整数です。


TInt15 は、16 進数字を表す 0 ~ 15 の値を取る整数です。

関連項目