System.JSON.TJSONObject.AddDescendant

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure AddDescendant(const Descendant: TJSONAncestor); override;

C++

virtual void __fastcall AddDescendant(TJSONAncestor* const Descendant);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject

Description

Ajoute un nouveau membre.

Appelez la méthode AddDescendant pour ajouter un nouveau membre. Le paramètre Descendant indique une paire JSON.

Voir aussi