Bde.DBTables.TBDEDataSet.FlushBuffers

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBDEDataSet

Delphi

procedure FlushBuffers;

C++

void __fastcall FlushBuffers();

Description

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

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.

See Also