TcxSchedulerDBStorageResources.DataItems Property
Declaration
property DataItems: TcxSchedulerStorageResourceItems read;
Property Value
Type |
---|
TcxSchedulerStorageResourceItems |
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