System.JSON.TJSONObject.Destroy

From RAD Studio API Documentation
Revision as of 18:19, 25 February 2016 by L10nBot (talk | contribs) (restored)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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