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 11:47PM
    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 11:47PM
    Try
    picChart->Picture->LoadFromClipboardFormat

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.