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

TcxSchedulerStorageLink Class

The TcxSchedulerStorageLink provides a link between an aggregate storage (TcxSchedulerAggregateStorage) and a TcxSchedulerDBStorage (or TcxSchedulerStorage) storage.

#Declaration

Delphi
TcxSchedulerStorageLink = class(
    TCollectionItem
)

#Remarks

TcxSchedulerStorageLink instances allow you to link the bound and unbound storages to the scheduler via the aggregate storage (as well as link aggregate storage components each other to organize a storage hierarchy), so that multiple storages can be used simultaneously in a scheduling application.

The TcxSchedulerStorageLink object is referenced by the TcxSchedulerStorageLinks.Items property.

#Inheritance

TObject
TPersistent
TCollectionItem
TcxSchedulerStorageLink
See Also