FireDAC.Comp.DataSet.TFDDataSet.ApplyMaster

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyMaster;

C++

void __fastcall ApplyMaster();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Applies a master-detail relation to this detail dataset.

Use the ApplyMaster method to synchronize this detail dataset with the current master record.  This method is useful, when DisableControls was called for the master dataset or when scrolling is disabled by MasterLink.DisableScroll.

See Also