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.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 6:11AM
    as far as i can remember fr did not support the clipboard for chart pictures only load from file.
    and you could not do that from a design mode preview only from a compiled .exe
  • gpigpi
    edited 6:11AM
    Try
    picChart->Picture->LoadFromClipboardFormat

Leave a Comment