[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Datasource this dataset is connected to.
Source position: db.pas line 1671
public property TDataSet.DataSource : TDataSource |
Datasource is the datasource this dataset is connected to, and from which it can get values for parameters. In TDataset, the Datasource property is not used, and is always Nil. It is up to descendent classes that actually support a datasource to implement getter and setter routines for the Datasource property.
|
Component representing the link between a local (GUI) component and a dataset |