TdxBackendDataSetCollectionItem.DataSet Property
Deprecated. Specifies the dataset component (a TDataSet descendant instance) associated with the collection item.
Tip
Use the DataSource property instead.
Declaration
property DataSet: TDataSet read; write;
Property Value
| Type | Description |
|---|---|
| TDataSet | The dataset associated with the collection item. This property value is mapped to the DataSource.DataSet property. |
Remarks
Important
The DataSet property is deprecated and exists for backward compatibility only.
We strongly recommend that you use the DataSource property to associate the collection item with a dataset using a TDataSource component (similar to any other data-aware VCL component).
See Also