API:System.JSON.BSON.TBsonWriter.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.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonWriter

Description

Closes the writer.

System.JSON.BSON.TBsonWriter.Close inherits from System.JSON.Writers.TJsonWriter.Close. All content below this line refers to System.JSON.Writers.TJsonWriter.Close.

Closes the writer.

See Also