Data.DBXJSONReflect.TJSONUnMarshal.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TJSONUnMarshal

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TJSONUnMarshal();

Description

Destroys an instance of TJSONUnMarshal.

Call Destroy to destroy an instance of the TJSONUnMarshal class.

See Also