Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerDBStorageResources Class

Manages event resources persisted in a relational data store.

#Declaration

Delphi
TcxSchedulerDBStorageResources = class(
    TcxSchedulerStorageResources
)

#Remarks

This class implements a data-aware resource container designed to manage resources stored in a bound event persistence manager component. The container can store resources within the same underlying dataset that the persistence manager uses to store user events.

#Main API Members

The TcxSchedulerDBStorageResources class has public API members that allow you to do the following:

#Direct TcxSchedulerDBStorageResources Class Reference

The data-aware event persistence manager’s Resources property references a TcxSchedulerDBStorageResources object.

See Also