TcxSchedulerEvent.UnshareWithResource(Variant) Method
Disassociates the user event from the AResourceItem resource.
Declaration
procedure UnshareWithResource(AResourceID: Variant); overload;
Parameters
Name | Type |
---|---|
AResourceID | 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