FAQ & Knowledge Base

Welcome to our Knowledge Base. Search or browse through the topics below to find answers to your questions.

Categories: ShellBrowser Delphi Components | Show all categories

Check if a file is currently in the clipboard

Question / Problem

How can I check if a file is currently in the clipboard?

Answer / Solution

Just use this line of code:
Clipboard.HasFormat(CF_HDROP);