FireDAC.Phys.Intf.IFDPhysChangeHandler.ResyncContent

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure ResyncContent;

C++

virtual void __fastcall ResyncContent() = 0 ;

Description

Called when the event alerter needs to resynchronize the content of the change handler after an update of MergeTable or after an update of MergeManager. For example, as a result of receiving a data change notification.

See Also