RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringWriter.Flush Method

Clears buffers and writes buffered data.

Pascal
procedure Flush; override;
C++
virtual __fastcall Flush();

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!