Icon GetDetailLinkFields Method

virtual void __fastcall
      GetDetailLinkFields(System::Classes::TList* MasterFields,
      System::Classes::TList* DetailFields)

Usage

Call the GetDetailLinkFields method to fill two lists of TField objects that define a master-detail link between this table and another master datasource. The MasterFields parameter is filled with columns from the master data source whose values must equal the values of the columns in the DetailFields parameter. The DetailFields parameter is filled with columns from the table.
Image