API:System.JSON.BSON.TBsonWriter.Flush

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Flush; override;

C++

virtual void __fastcall Flush();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonWriter

説明

背後にあるライタの内容をフラッシュします。

System.JSON.BSON.TBsonWriter.Flush は System.JSON.Writers.TJsonWriter.Flush を継承しています。以下の内容はすべて System.JSON.Writers.TJsonWriter.Flush を参照しています。

背後にあるライタの内容をフラッシュします。

コードは子クラスの TJsonTextWriter.Flush で実装されています。

関連項目