System.JSON.TJSONByteReader.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TJSONByteReader();

Properties

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

Description

Destroys this instance of TJSONByteReader.

See Also