System.JSON.Writers.TJsonTextWriter.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TJsonTextWriter();

Properties

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

Description

Destroys an instance of TJsonTextWriter.

See Also