API:System.JSON.Writers.TJsonTextWriter.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.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers TJsonTextWriter

Description

Flushes the content of the underlying writer.

System.JSON.Writers.TJsonTextWriter.Flush inherits from System.JSON.Writers.TJsonWriter.Flush. All content below this line refers to System.JSON.Writers.TJsonWriter.Flush.

Flushes the content of the underlying writer.

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

See Also