System.JSON.TJSONNumber.AsInt

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

Delphi

property AsInt: Integer read GetAsInt;

C++

__property int AsInt = {read=GetAsInt, nodefault};

プロパティ

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

説明

数値の integer 表現を示します。

AsInt プロパティは、数値の integer 表現を示します。

関連項目