FireDAC.Comp.Client.TFDCustomSchemaAdapter.UpdatesPending

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property UpdatesPending: Boolean read GetUpdatesPending;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomSchemaAdapter


Beschreibung

Gibt True zurück, wenn das Änderungsprotokoll Zeilen geändert hat, ansonsten wird False zurückgegeben.

Siehe auch