PostgresDAC
TPSQLTable.Methods.GetDetailLinkFields | Previous Next |
Lists the field components that link this dataset as a detail of a master dataset.
Syntax:
procedure GetDetailLinkFields(MasterFields, DetailFields: TList);
override;
Description:
GetDetailLinkFields fills two lists of TFields that define a master-detail
relationship between this table 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 the calling dataset.