System.JSON.BSON.TBsonWriter.Flush

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Flush; override;

C++

virtual void __fastcall Flush();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonWriter

Description

Flushes the content of the underlying binary writer.

See Also