Fills lists with the master and detail fields of the link.
procedure GetDetailLinkFields(MasterFields, DetailFields: TList); override;
Description
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.
|