DAC for MySQL
TMySQLDataSet.Methods.FlushBuffers | Previous Next |
Posts all changes that have been written to the record buffer.
Syntax:
procedure FlushBuffers;
Description:
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.