RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFiler.FlushBuffer Method

Introduces an abstract method that allows descendants to synchronize the filer's buffer with its stream.

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

Each descendant filer object defines a FlushBuffer method to provide practical implementations for synchronizing the filer object's buffer with the associated stream. 

 

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