System.JSON.Writers.TJsonTextWriter.Flush

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Flush; override;

C++

virtual void __fastcall Flush(void);

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.

See Also