System.JSON.Writers.TJsonWriter.Flush

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Flush; virtual;

C++

virtual void __fastcall Flush();

Properties

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

Description

Flushes the content of the underlying writer.

The code is implemented in the TJsonTextWriter.Flush child class.

See Also