TcxSchedulerDBStorage.DataSource Property
Specifies the data source that links the bound event persistence manager to a dataset.
Declaration
property DataSource: TDataSource read; write;
Property Value
Type |
---|
TDataSource |
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