TImageEnVect.ObjCutToClipboard
Declaration
procedure ObjCutToClipboard;
Description
ObjCutToClipboard copies selected objects to the clipboard in a proprietary format and then deletes the objects.
See Also
◼ObjCopyToClipboard◼ObjIsClipboardAvailable◼ObjPasteFromClipboardTransition Information
If you are transitioning your code to
TImageEnView Layers, instead of ObjCutToClipboard, use:
TImageEnProc.CutToClipboardNote: Pass iecpLayer to limit to layers
ImageEnView1.Proc.CutToClipboard();