System.Classes.TStringWriter.Flush
Delphi
procedure Flush; override;
C++
virtual void __fastcall Flush();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Classes.pas System.Classes.hpp |
System.Classes | TStringWriter |
Description
Clears buffers and writes buffered data.
Flush clears all TStringWriter buffers and writes all buffered data to the destination.
This method is functionally identical to the Microsoft .NET method StringWriter.Flush.
See Also
Code Examples