System.JSON.Writers.TJsonWriter.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TJsonWriter();

Properties

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

Description

Destroys an instance of TJsonWriter.

See Also