FireDAC.Comp.Client.TFDCustomSchemaAdapter.UpdatesPending

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property UpdatesPending: Boolean read GetUpdatesPending;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomSchemaAdapter


説明

変更ログに変更済みの行があれば True を、なければ False を返します。

関連項目