FireDAC.Phys.Intf.IFDPhysChangeHandler.MergeManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MergeManager: TFDDatSManager read GetMergeManager;

C++

__property Firedac::Dats::TFDDatSManager* MergeManager = {read=GetMergeManager};

Properties

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

Description

Manager of client-side records.

When FireDAC needs to refresh the content of the change handler, it reloads or merges the changes into this manager. When the value of MergeManager is not nil, FireDAC uses the MergeManager. Otherwise, FireDAC uses MergeTable.

See Also