Data.DBXJSONReflect.TJSONConverter.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TJSONConverter();

Properties

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

Description

Destroys an instance of TJSONConverter.

Call Destroy to destroy an instance of the TJSONConverter class.

See Also