FireDAC.Comp.Client.TFDCustomMemTable.MergeChangeLog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MergeChangeLog; inline;

C++

void __fastcall MergeChangeLog(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomMemTable

Description

Shortcut for CommitUpdates.

MergeChangeLog is a shortcut for the CommitUpdates method. 

The property is for the TClientDataSet compatibility.

See Also