System.JSON.TJSONBool.AddDescendant

From RAD Studio API Documentation
Revision as of 13:59, 14 August 2015 by AChaves (talk | contribs) (RS-65322)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 TJSONBool

Description

AddDescendant has no effect on TJSONBool objects.

See Also