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