Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
How to copy pictures to clipboard
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: How to copy pictures to clipboard
Use JavaScript to send the "src" attribute value to Delphi and then decode the image. It's in base64 format.
Re: How to copy pictures to clipboard
May be I can use JS to down all types of images and then copy to clipboard.