RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.GetDetailLinkFields Method

Lists the field components that link this dataset as a detail of a master dataset.

Pascal
procedure GetDetailLinkFields(MasterFields: TList; DetailFields: TList); override;
C++
virtual __fastcall GetDetailLinkFields(TList MasterFields, TList DetailFields);

GetDetailLInkFIelds fills the two lists with field components that define a master-detail relationship between this dataset and another (master) dataset. The MasterFields list is filled with fields from the master table whose values must equal the values of the fields in the DetailFields list. The DetailFields list is filled with fields from this dataset. 

Applications seldom call GetDetailLinkFields. It is used internally by the Field Link designer when setting up master/detail relationships. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!