FireDAC.Comp.DataSet.TFDDataSet.MasterLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MasterLink: TFDMasterDataLink read FMasterLink;

C++

__property TFDMasterDataLink* MasterLink = {read=FMasterLink};

Properties

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

Description

Returns the data link object servicing the connection with the master dataset.

The MasterLink property returns a reference to the TFDMasterLink object, which services the master-detail link.

See Also