System.JSON.Readers.TJsonReader.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TJsonReader();

Properties

Type Visibility Source Unit Parent
destructor public
System.JSON.Readers.pas
System.JSON.Readers.hpp
System.JSON.Readers TJsonReader

Description

Closes the TJsonReader and Destroys the instance.

See Also