FireDAC.Comp.DataSet.TFDDataSet.MasterLink
[–] 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.