TcxSchedulerDBStorageResources.DataItems Property
In This Article
#Declaration
Delphi
property DataItems: TcxSchedulerStorageResourceItems read;
#Property Value
Type |
---|
Tcx |
#Remarks
You can use this property to access all resources currently stored in a dataset linked via the DataSource or Storage.DataSource property. To manage resources, use the Items property instead.
See Also