ImageEn, unit iexFolderMView |
|
TImageEnFolderMView.CanPasteFilesFromClipboard
Declaration
function CanPasteFilesFromClipboard : Boolean;
Description
Returns true if there are files on the clipboard that can be pasted into the control.
See also:
PasteFilesFromClipboard// Enable our Paste button
btnPaste.Enabled := IEFolderMView1.CanPasteFilesFromClipboard();