FireDAC.Phys.Intf.IFDPhysChangeHandler.ContentModified

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
Unit: FireDAC.Phys.Intf
Parent: IFDPhysChangeHandler

Delphi

property ContentModified: Boolean read GetContentModified write SetContentModified;

C++

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

Description

Whether the event alerter received a data change notification (True) or not (False).

This marks the content of the change handler as modified, hence the content needs to be refreshed or resynchronized. After you call RefreshContent or ResyncContent, the value of ContentModified changes to False.

See Also