RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamWriter.Flush Method

Clears buffers and writes buffered data.

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

Flush clears all TStreamWriter buffers and writes all buffered data to the stream. 

This method is functionally identical to the Microsoft .NET method StreamWriter.Flush

 

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