List of fieldnames that make up the master-detail relationship.
Source position: db.pas line 2096
|  public property TMasterDataLink.FieldNames : string | 
FieldNames is a semicolon-separated list of fieldnames in the master dataset (TDatalink.Dataset) on which the master-detail relationship is based. Setting this property will fill the TMasterDataLink.Fields property with the field instances of the master dataset.
| 
 | List of fields as specified in FieldNames. | |
| 
 | Dataset this datalink is connected to. | |
| 
 | Return field instances in a list. |