TcxSchedulerEvent.UnshareWithResource(Variant) Method
In This Article
Disassociates the user event from the AResourceItem resource.
#Declaration
Delphi
procedure UnshareWithResource(AResourceID: Variant); overload;
#Parameters
Name | Type |
---|---|
AResource |
Variant |
#Remarks
The UnshareWithResource method removes the required resource from the collection of resources the user event is shared between.
The UnshareWithResource method takes either a TcxSchedulerStorageResourceItem object or its id as an argument.
See Also