System.JSON.TJSONArray.AddDescendant

提供: RAD Studio API Documentation
2016年2月25日 (木) 19:08時点におけるL10nBot (トーク | 投稿記録)による版 (restored)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

procedure AddDescendant(const Descendant: TJSONAncestor); override;

C++

virtual void __fastcall AddDescendant(TJSONAncestor* const Descendant);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray

説明

JSON オブジェクトの構造を再構築するためにパーサーが使用するメソッド。

AddDescendant は、 JSON オブジェクトの構造を再構築するためにパーサーが使用するメソッドです。

関連項目