System.JSON.Writers.TJsonObjectWriter.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TJsonObjectWriter();

Properties

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

Description

Destroys an instance of TJsonWriter.

System.JSON.Writers.TJsonObjectWriter.Destroy inherits from System.JSON.Writers.TJsonWriter.Destroy. All content below this line refers to System.JSON.Writers.TJsonWriter.Destroy.

Destroys an instance of TJsonWriter.

See Also