Bde.DBTables.TBDEDataSet.UpdatesPending

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdatesPending: Boolean read GetUpdatesPending;

C++

__property bool UpdatesPending = {read=GetUpdatesPending, nodefault};

Properties

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

Description

Indicates whether the cached updates buffer contains records that are not yet applied.

Examine UpdatesPending to check the status of the cached updates buffer. If UpdatesPending is true, then there are edited, deleted, or inserted records to apply to the database. If UpdatesPending is false, there are no records in the cache.

See Also