Back to Devexpress

TcxCustomScheduler.CutToClipboard Method

vcl-cxschedulercustomcontrols-dot-tcxcustomscheduler-dbbcc7a3.md

latest1.9 KB
Original Source

TcxCustomScheduler.CutToClipboard Method

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(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

TcxCustomScheduler.CopyToClipboard

TcxCustomScheduler.PasteFromClipboard

TcxCustomScheduler.SelectedEvents

TcxCustomScheduler.SelectEvent

TcxCustomScheduler.SelectTime

TcxCustomScheduler Class

TcxCustomScheduler Members

cxSchedulerCustomControls Unit