Back to Devexpress

TcxSchedulerStorageLinks Class

vcl-cxscheduleraggregatestorage-693a9eaf.md

latest1.5 KB
Original Source

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

TcxSchedulerStorageLinks Members

cxSchedulerAggregateStorage Unit