FireDAC.Comp.DataSet.TFDDataSet.MasterLink

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property MasterLink: TFDMasterDataLink read FMasterLink;

C++

__property TFDMasterDataLink* MasterLink = {read=FMasterLink};

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