ImageEn, unit iexUserInteractions

TIEPdfViewerInteraction.PasteFromClipboard

TIEPdfViewerInteraction.PasteFromClipboard


Declaration

function PasteFromClipboard(): Boolean;


Description

Paste text to the current form field from the clipboard.


Demo

Demo  Demos\Other\PdfViewer\PdfViewer.dpr


Example

ImageEnView1.PdfViewer.PasteFromClipboard();


See Also

- CanCutToClipboard
- CanCopyToClipboard
- CanPasteFromClipboard
- CopyToClipboard
- CutToClipboard