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