FireDAC.Comp.Client.TFDCustomSchemaAdapter.UpdatesPending

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property UpdatesPending: Boolean read GetUpdatesPending;

C++

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

Description

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

See Also