Create a new instance of TMasterDataLink.
Source position: db.pas line 2094
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 application programmer.
|
Detail dataset in Master-detail relation. |
|
|
Datasource this datalink is connected to. |