FireDAC.Comp.DataSet.TFDDataSet.UpdatesPending
Delphi
property UpdatesPending: Boolean read GetUpdatesPending;
C++
__property bool UpdatesPending = {read=GetUpdatesPending, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | TFDDataSet |
Description
Specifies whether the change log is not empty.
Examine UpdatesPending to check the status of the change log. If UpdatesPending is True, there are edited, deleted, or inserted records to apply to the database. If UpdatesPending is False, there is no record in the change log.