API:System.JSON.TJSONPair

提供:RAD Studio API Documentation

TJSONPairSystem.JSON.TJSONAncestorSystem.TObject

Delphi

TJSONPair = class sealed(TJSONAncestor)

C++

class PASCALIMPLEMENTATION TJSONPair : /*[[sealed]]*/ public TJSONAncestor

プロパティ

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

説明

ほとんどの JSON クラスの抽象上位クラスです。 System.JSON.TJSONPair は System.JSON.TJSONAncestor を継承しています。以下の内容はすべて System.JSON.TJSONAncestor を参照しています。

ほとんどの JSON クラスの抽象上位クラスです。

TJSONAncestor には、JSON オブジェクト(TJSONObject)、JSON ペア(TJSONPair)、その他の JSON 型(TJSONStringTJSONBool など)を表すすべての JSON クラスに共通するメソッドとプロパティが宣言されています。

関連項目