FireDAC.Phys.Intf.IFDPhysChangeHandler.ContentModified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentModified: Boolean read GetContentModified write SetContentModified;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf IFDPhysChangeHandler

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