System.JSON.TJSONObject.AddDescendant

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddDescendant(const Descendant: TJSONAncestor); override;

C++

virtual void __fastcall AddDescendant(TJSONAncestor* const Descendant);

Properties

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

Description

Adds a new member.

Call the AddDescendant method to add a new member. The Descendant parameter specifies a JSON pair.

See Also