Data.DBXJSONReflect.TJSONUnMarshal.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TJSONUnMarshal();

Properties

Type Visibility Source Unit Parent
destructor public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

Description

Destroys an instance of TJSONUnMarshal.

Call Destroy to destroy an instance of the TJSONUnMarshal class.

See Also