Back to Devexpress

TcxSchedulerStorageResources.Storage Property

vcl-cxschedulerstorage-dot-tcxschedulerstorageresources-90ca07ac.md

latest1.7 KB
Original Source

TcxSchedulerStorageResources.Storage Property

Provides access to the event persistence manager to which the resource container belongs.

Declaration

delphi
property Storage: TcxCustomSchedulerStorage read;

Property Value

Type
TcxCustomSchedulerStorage

Remarks

To access the persistence manager’s class-specific members, cast the Storage property value to the actual event storage component class (that is, TcxSchedulerStorage, TcxSchedulerDBStorage, TcxSchedulerWebServiceStorage, or TcxSchedulerAggregateStorage). Call the Storage.ClassName function to identify the class of the persistence manager to which the resource container belongs.

See Also

TcxCustomSchedulerStorageFields.Storage

TcxSchedulerEvent.Storage

TcxSchedulerEventConflictsInfo.Storage

TcxSchedulerStorageResources Class

TcxSchedulerStorageResources Members

cxSchedulerStorage Unit