Hi All.
 
I have a problem to copy the content of OleContainer to tImage
 
======================
1st I have just tried:
 
...
  oleContainer1.Copy;
  Img.Picture.Assign(Clipboard);
...
Error message appear: "Invalid Clipboard format"
 
 
======================
2nd I have just tried:
 
...
  Clipboard.Assign(oleContainer1);
  Img.Picture.Assign(Clipboard);
...
Error message appear: "Cannot TOleContainer to a TClipboard"
 
 
What's wrong ...
Any one can help me
 
Dedy,

Reply via email to