Hi! I have a TImageEnProc component on a form, where the AttachedTImage property is set to a TImage on the form.
I have a GIF Image format in the clipboard:
Now, when I use this code then the program crashes:
ImageEnProc1.PasteFromClipboard;
So how can I paste the GIF Image clipboard format with ImageEnProc1.PasteFromClipboard?