API:System.JSON.TJSONNumber

提供:RAD Studio API Documentation

TJSONNumberSystem.JSON.TJSONStringSystem.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObject

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 文字列を実装したクラス。 System.JSON.TJSONNumber は System.JSON.TJSONString を継承しています。以下の内容はすべて System.JSON.TJSONString を参照しています。

JSON 文字列を実装したクラス。

TJSONString は JSON 文字列を実装したクラスです。

関連項目