System.JSON.TJSONAncestor

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

System.TObjectTJSONAncestor

Delphi

TJSONAncestor = class abstract

C++

class PASCALIMPLEMENTATION TJSONAncestor : public System::TObject

プロパティ

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


説明

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

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

関連項目