Skip to main content

TcxCustomScheduler.CutToClipboard Method

Moves the selected user event(s) into the scheduler’s clipboard.

Declaration

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(s) will be completely deleted after it has been copied to the scheduler’s clipboard. It means that as the in-memory instance (a TcxSchedulerControlEvent object) and the persistent instance (a TcxSchedulerEvent object) of the user event will be destroyed and the corresponding record in the storage will be deleted.

See Also