Can the datasource be changed.
Source position: db.pas line 2059
public property TDataLink.DataSourceFixed : Boolean |
DatasourceFixed can be set to True to prevent changing of the DataSource property. When lengthy operations are in progress, this can be done to prevent user code (e.g. event handlers) from changing the datasource property which might interfere with the operation in progress.
|
Datasource this datalink is connected to. |