System.JSON.TJSONObject.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TJSONObject();

Properties

Type Visibility Source Unit Parent
destructor public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject

Description

Destroys the TJSONObject instance.

Call Destroy to destroy the TJSONObject instance.

See Also