Indicates whether a dataset is linked to a specified data source. Syntax: function IsLinkedTo(DataSource: TDataSource): Boolean; Description: Call IsLinkedTo to verify that a dataset is linked to a specific data source. DataSource is the name of the data source against which to test. IsLinkedTo is mainly provided for developers deriving custom components based on TDataSet. It is not intended or needed for general data access. |