RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBDEDataSet.UpdatesPending Property

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

Pascal
property UpdatesPending: Boolean;
C++
__property Boolean UpdatesPending;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!