Destroy

<< Click to Display Table of Contents >>

Navigation:  Classes > TJsonObject > Methods >

Destroy

SIGNATURE=IWJsonTools.TJsonObject.Destroy

 

ETYPE=Method

 

Declaration:

Delphi:

public destructor Destroy; override;

C++:

public: virtual __fastcall ~TJsonObject();

 

Description: A parent node owns all children. Only destroy a node if it has no parent. To destroy a child node use Delete or Clear methods instead.