Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TDataSet.IsLinkedTo

Check whether a datasource is linked to the dataset.

Declaration

Source position: db.pas line 1926

public function TDataSet.IsLinkedTo(

  ADataSource: TDataSource

):Boolean;

Arguments

ADataSource

  

TDatasource instance to check.

Function result

True if ADatasource is linked to the dataset.

Description

IsLinkedTo returns True if ADatasource is linked to this dataset, either directly (the ADatasource.Dataset" points to the current dataset instance, or indirectly.

See also

TDatasource.Dataset

  

Dataset this datasource is connected to.


Documentation generated on: Jan 30 2024