Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TDataSet.GetDetailLinkFields
TDataSet
Top 


Introduces a method to list the field components that link this dataset as a detail of a master dataset.

procedure GetDetailLinkFields(MasterFields, DetailFields: TList); virtual;

Description
As implemented in TDataSet, GetDetailLinkFields does nothing. Descendants override this method to fill 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 be equal to the values of the fields in the DetailFields list. The DetailFields list is filled with fields from the calling dataset.
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 18, 2024