RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBQuery.GetDetailLinkFields Method

Fills lists with the master and detail fields of the link.

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

Creates two lists of TFields from the master-detail relationship between two tables; one containing the master fields, and the other containing the detail fields. 

 

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