Data.DBXJSONReflect.TJSONConverter.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: TJSONConverter

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TJSONConverter();

Description

Destroys an instance of TJSONConverter.

Call Destroy to destroy an instance of the TJSONConverter class.

See Also