TcxSchedulerEvent.IsSharedWithResource(Variant) Method
Checks whether the user event belongs to the AResourceItem resource.
Declaration
function IsSharedWithResource(AResourceID: Variant): Boolean; overload;
Parameters
| Name | Type |
|---|---|
| AResourceID | Variant |
Returns
| Type |
|---|
| Boolean |
Remarks
The IsSharedWithResource method takes either the TcxSchedulerStorageResourceItem instance or its id as an argument.
See Also