TcxCustomScheduler.CutToClipboard Method
In This Article
Moves the selected user event(s) into the scheduler’s clipboard.
#Declaration
Delphi
procedure CutToClipboard;
#Remarks
This operation is allowed if the TcxSchedulerEventOperations.Deleting property is set to True.
Use the PasteFromClipboard method to paste the moved user event(s) into the selected time block.
Note
the selected user event
See Also