System.JSON.TJSONAncestor.AddDescendant
Delphi
procedure AddDescendant(const Descendent: TJSONAncestor); virtual;
C++
virtual void __fastcall AddDescendant(TJSONAncestor* const Descendent);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| procedure function | protected | System.JSON.pas System.JSON.hpp | System.JSON | TJSONAncestor | 
説明
JSON オブジェクトの構造を再構築するためにパーサーが使用するメソッド。
AddDescendant は、JSON オブジェクトの構造を再構築するためにパーサーが使用するメソッドです。
Descendent パラメータとして与えられる TJSONAncestor オブジェクトは、この JSON オブジェクトの構造に追加される下位クラスを表します。
JSON オブジェクトの構造の解析は、Parse メソッドと ParseJSONValue メソッドを使用して実行されます。