System.JSON.TJSONNumber

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

System.JSON.TJSONStringSystem.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObjectTJSONNumber

Delphi

TJSONNumber = class sealed(TJSONString)

C++

class PASCALIMPLEMENTATION TJSONNumber : /*[[sealed]]*/ public TJSONString

プロパティ

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

説明

JSON 数値を実装したクラス。

TJSONNumber は JSON 数値を実装したクラスです。

関連項目