ImageEn, unit ievect
TImageEnVect.ObjCutToClipboard
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
◼
ObjPasteFromClipboard
Transition Information
If you are transitioning your code to
TImageEnView Layers
, instead of ObjCutToClipboard, use:
TImageEnProc.CutToClipboard
Note: Pass iecpLayer to limit to layers
ImageEnView1.Proc.CutToClipboard();
Loading contents...