FireDAC.Comp.DataSet.TFDDataSet.ApplyMaster

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

procedure ApplyMaster;

C++

void __fastcall ApplyMaster();

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