TcxSchedulerEvent.ShareWithResource(Variant) Method
In This Article
Assigns the user event to the resource specified by the AResourceItem or AResourceID parameter.
#Declaration
Delphi
procedure ShareWithResource(AResourceID: Variant); overload;
#Parameters
Name | Type |
---|---|
AResource |
Variant |
#Remarks
The new resource is added to the collection of resources that the user event is shared between.
The ShareWithResource method takes either a TcxSchedulerStorageResourceItem object or its id as an argument.
See Also