System.JSON.Writers.TJsonTextWriter.Close

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Close; override;

C++

virtual void __fastcall Close();

Properties

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

Description

Closes the underlying writer.

See Also