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

TcxSchedulerStorageLinks Class

The TcxSchedulerStorageLinks class represents a collection of links that are used to link bound (TcxSchedulerDBStorage) and unbound (TcxSchedulerStorage) storages (as well as the other aggregate storages) to the parent aggregate storage (TcxSchedulerAggregateStorage).

#Declaration

Delphi
TcxSchedulerStorageLinks = class(
    TCollection
)

#Remarks

Once connected to the scheduler via the aggregate storage, both bound and unbound storages can be simultaneously used in a scheduling application.

Along with the bound and unbound storages, aggregate storages can also be linked to each other to organize a multilevel storage composition (if necessary).

The TcxSchedulerStorageLinks object is referenced by the TcxSchedulerAggregateStorage.Links property.

#Inheritance

TObject
TPersistent
TCollection
TcxSchedulerStorageLinks
See Also