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

TAbstractJSONWriter.Flush

Flush any pending output to the destination

Declaration

Source position: jsonwriter.pp line 64

public procedure TAbstractJSONWriter.Flush; virtual; abstract;

Description

Flush ensures that all pending JSON data is written to the destination. This method should be called when the JSON writing is complete or when intermediate flushing is required. This is an abstract method that must be implemented by derived classes.


Documentation generated on: Jan 27 2026