ImageEn, unit iexUserInteractions

TIEPdfViewerInteraction.CutToClipboard

TIEPdfViewerInteraction.CutToClipboard


Declaration

function CutToClipboard(): Boolean;


Description

Cut the current form selection to the clipboard.


Demo

Demo  Demos\Other\PdfViewer\PdfViewer.dpr


Example

ImageEnView1.PdfViewer.CutToClipboard();


See Also

- CanCutToClipboard
- CanCopyToClipboard
- CanPasteFromClipboard
- CopyToClipboard
- PasteFromClipboard