RAD Studio VCL Reference
|
Clears buffers and writes buffered data.
procedure Flush; virtual; abstract;
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!
|