Flush any pending output to the stream
Source position: jsonwriter.pp line 130
public procedure TJSONStreamWriter.Flush; override; |
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.