IBX.IBCustomDataSet.TIBCustomDataSet.UpdatesPending

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdatesPending: Boolean read FUpdatesPending;

C++

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

Properties

Type Visibility Source Unit Parent
property public
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBCustomDataSet

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.