RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTextWriter.Flush Method

Clears buffers and writes buffered data.

Pascal
procedure Flush; virtual; abstract;
C++
virtual __fastcall Flush() = 0;

Flush clears all TTextWriter buffers and writes all buffered data to the destination. 

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

 

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