Back to Devexpress

TdxBackendDataSetCollectionItem.DataSource Property

vcl-dxbackend-dot-connectionstring-dot-json-dot-dataset-dot-tdxbackenddatasetcollectionitem.md

latest1.6 KB
Original Source

TdxBackendDataSetCollectionItem.DataSource Property

Specifies a data source associated with the dataset collection item.

Declaration

delphi
property DataSource: TDataSource read; write;

Property Value

TypeDescription
TDataSource

The associated TDataSource component.

|

Remarks

The DataSource property allows you to associate the collection item with a dataset (TdxMemData, TFDTable, TFDQuery, etc.) using a TDataSource component (like any other data-aware VCL control, such as TcxGrid).

The DataSetAlias property allows you to specify a user-friendly dataset name for designer dialogs.

See Also

TdxBackendDataSetCollectionItem Class

TdxBackendDataSetCollectionItem Members

dxBackend.ConnectionString.JSON.DataSet Unit