FireDAC.Comp.Client.TFDAdaptedDataSet.ResyncContent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDAdaptedDataSet

Delphi

procedure ResyncContent;

C++

void __fastcall ResyncContent();

Description

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

See Also