IUiDataSource.IsLinkedTo

Syntax

IsLinkedTo(Dataset: IUiDataSet): Boolean;

Parameters

Dataset - data set, with which data source link is checked.

Description

The IsLinkedTo method checks if the UiDataSource data source is linked to the Dataset data set. If link exists, the method returns True, otherwise it returns False.

See also:

IUiDataSource