Open main menu

RAD Studio API Documentation β

System.JSON.TJSONBool.AddDescendant

Revision as of 13:59, 14 August 2015 by AChaves (talk | contribs) (RS-65322)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 TJSONBool

Description