Bde.DBTables.TBDEDataSet.FlushBuffers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FlushBuffers;

C++

void __fastcall FlushBuffers();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TBDEDataSet

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