ImageEn, unit iexUserInteractions

TIEPdfViewer.CutToClipboard

TIEPdfViewer.CutToClipboard


Declaration

function CutToClipboard(): Boolean;


Description

Cut the current form selection to the clipboard.
Or if object editing is enabled, it will cut the selected object to the clipboard.


Demo

Demo  Demos\Other\PdfViewer\PdfViewer.dpr


Example

ImageEnView1.PdfViewer.CutToClipboard();


See Also

 CanCutToClipboard
 CanCopyToClipboard
 CanPasteFromClipboard
 CopyToClipboard
 PasteFromClipboard