loads PictureView from Clipboard
I am trying to load frxPictureView from Clipboard on C++,by using either
picChart->Picture->Bitmap->Assign(Clipboard());
picChart->Picture->Assign(Clipboard());
none of those way works. Aren't that's the standard way? How can I get it work?
Thanks.
p.s. I have made sure clipboard is loaded with picture. also picChart has pointed the right component.
picChart->Picture->Bitmap->Assign(Clipboard());
picChart->Picture->Assign(Clipboard());
none of those way works. Aren't that's the standard way? How can I get it work?
Thanks.
p.s. I have made sure clipboard is loaded with picture. also picChart has pointed the right component.
Comments
and you could not do that from a design mode preview only from a compiled .exe
picChart->Picture->LoadFromClipboardFormat