Свойство определено в TDataSet.
Represents the data source of another dataset that supplies values to the dataset.
__property TDataSource* DataSource = {read=GetDataSource};
Description
As implemented in TDataSet, the DataSource property is always NULL.
Descendant dataset classes that support specifying a data source redeclare and implement methods for getting and setting the DataSource property.
Поле readonly и менять его в динамике нельзя - только объект, на который оно ссылается.