Icon MasterSource Property

property MasterSource: TDataSource

Usage

Use the MasterSource property to specify the name of a TDataSource component whose DataSet property identifies a dataset to use as a master table in establishing a master-detail link with this table. After setting the MasterSource property, specify which columns to use in the master data source by setting the MasterFields property.
Image