FireDAC.Comp.Client.TFDCustomSchemaAdapter.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
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomSchemaAdapter

Description

Returns True when changes log has changed rows, False otherwise.

See Also