Skip to main content

TcxSchedulerStorageLink Class

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

Declaration

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