[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new instance of TMasterDataLink
Source position: db.pas line 1817
public constructor TMasterDataLink.Create( |
ADataSet: TDataSet |
); virtual; |
ADataSet |
|
Detail dataset of the master-detail relation. |
Create initializes a new instance of TMasterDataLink. The ADataset parameter is the detail dataset in the master-detail relation: it is saved in the DetailDataset property. The master dataset must be set through the DataSource property, and is usually set by the applictaion programmer.
|
Detail dataset in Master-detail relation |
|
|
Datasource this datalink is connected to |