TcxSchedulerDBStorage.DataSource Property
In This Article
Specifies the data source that links the bound event persistence manager to a dataset.
#Declaration
Delphi
property DataSource: TDataSource read; write;
#Property Value
Type |
---|
TData |
#Remarks
Use this property to associate the persistence manager with a required data source and assign the underlying dataset to the DataSource.DataSet property.
The default DataSrouce property value is nil.
See Also