RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBDEDataSet.FlushBuffers Method

Posts all changes that have been written to the record buffer.

Pascal
procedure FlushBuffers;
C++
__fastcall FlushBuffers();

Call FlushBuffers to cause the dataset to post all pending changes to the database, including any cached updates. Use FlushBuffers instead of CheckBrowseMode if it is important that cached record buffers are posted. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!