ImageEn, unit iexBitmaps

TIEBitmap.PasteFromClipboard

TIEBitmap.PasteFromClipboard


Declaration

function PasteFromClipboard(): Boolean;


Description

Paste an image from the clipboard.
Returns False if pasting fails, e.g. there is not an image found on the clipboard.


Example

if not iebmp.PasteFromClipboard() then
  ShowMessage( 'There is no image on the clipboard' );


See Also

 CopyToClipboard
 CopyToClipboard
 PasteFromClipboard