RAD Studio VCL Reference
|
Introduces an abstract method that allows descendants to synchronize the filer's buffer with its stream.
procedure FlushBuffer; virtual; abstract;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|