FireDAC.Phys.Intf.IFDPhysChangeHandler.ContentModified

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

Delphi

property ContentModified: Boolean read GetContentModified write SetContentModified;

C++

__property bool ContentModified = {read=GetContentModified, write=SetContentModified};

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf IFDPhysChangeHandler


説明

データ変更通知をイベント アラータが受信したかどうかを示します(受信した場合は True、そうでない場合は False)。

これは、変更ハンドラの内容が変更されたことを示します。したがって、内容を更新または再同期する必要があります。RefreshContent または ResyncContent の呼び出し後、ContentModified の値は False に変わります。

関連項目