Unit 'JsonWriter' Package
[Overview][Classes][Index] [#fcl]

TJSONStreamWriter.Flush

Flush any pending output to the stream

Declaration

Source position: jsonwriter.pp line 130

public procedure TJSONStreamWriter.Flush; override;

Description

Flush ensures that all written data is flushed to the underlying stream. For TJSONStreamWriter, this method performs no action as data is written directly to the stream.


Documentation generated on: Jan 27 2026