FireDAC.Comp.DataSet.TFDDataSet.UpdatesPending

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

property UpdatesPending: Boolean read GetUpdatesPending;

C++

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

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.

See Also