RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWriter.FlushBuffer Method

Synchronizes the writer's buffer with the associated stream by writing the current buffer.

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

FlushBuffer is not generally used except for internal implementation in the IDE. 

FlushBuffer writes the current buffer to the stream, then resets an internal pointer to the correct position. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!