System.JSON.TJSONNumber.AsInt64

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

Delphi

property AsInt64: Int64 read GetAsInt64;

C++

__property __int64 AsInt64 = {read=GetAsInt64};

プロパティ

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


説明

数の Int64 表現を示します。

AsInt64 プロパティは、数の Int64 表現を示します。

関連項目