Skip to main content

TcxSchedulerStorageResources.Storage Property

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

Declaration

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