RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TReader.FlushBuffer Method

Synchronizes the reader's buffer with its stream's buffer.

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

FlushBuffer synchronizes the reader's buffer with the associated stream by setting the stream's Position to match the reader's Position

 

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