TcxSchedulerEvent.Storage Property
In This Article
Represents the persistence manager component.
#Declaration
Delphi
property Storage: TcxCustomSchedulerStorage read;
#Property Value
Type |
---|
Tcx |
#Remarks
The persistence manager component is used to persist the scheduler’s data in a data store.
Use the Storage property to access the storage instance.
See Also