FireDAC.Phys.Intf.IFDPhysChangeHandler.ContentModified
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 に変わります。