TcxSchedulerStorageLink.Storage Property
In This Article
Specifies the linked storage.
#Declaration
Delphi
property Storage: TcxCustomSchedulerStorage read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Storage property to link a scheduler storage (TcxSchedulerStorage, TcxSchedulerDBStorage, or the other aggregate storage component) to the parent aggregate storage (TcxSchedulerAggregateStorage).
See Also