TcxSchedulerStorageResourceItem.Resources Property
In This Article
Provides access to the collection to which the event storage resource belongs.
#Declaration
Delphi
property Resources: TcxSchedulerStorageResources read;
#Property Value
Type |
---|
Tcx |
#Remarks
You can use this property to access any other resource within the same persistence manager component or assign a common source of resource icons. Refer to the TcxSchedulerStorageResources class description for information on all available options.
See Also