MasterLinks property

Applies to
TIB_Dataset

Declaration
Property MasterLinks : TIB_StringList;

Description
This property is used to define the column to column relationships between the child and master datasets. The format is as follows:

< childtable >.< childcol >=< mastertable >.< mastercol >

You must include the table name if it exists for masterSearch to work properly.

There is also a feature that helps define the relationship between the parent and child dataset. For example, when the child dataset is inserting a new record the proper values from the parent are put into the linking columns of the child dataset.