Check whether a datasource is linked to the dataset.
Source position: db.pas line 1926
public function TDataSet.IsLinkedTo( |
ADataSource: TDataSource |
):Boolean; |
ADataSource |
|
TDatasource instance to check. |
True if ADatasource is linked to the dataset.
IsLinkedTo returns True if ADatasource is linked to this dataset, either directly (the ADatasource.Dataset" points to the current dataset instance, or indirectly.
|
Dataset this datasource is connected to. |