My application is a MDI.
User able to add numbers of tChart object.
each tchart object is stored in tlist.
I want to implement copy and paste for multiple object in the list on the same application (not across different application).
User select some charts then copy and paste to same mdi child area or different child area.
How?Or is there any other way for implementing copy and paste.
list of tchart into clipboard
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Herman,
In the TeeChart features demo, available at the TeeChart program group you can find several examples searching for "clipboard" which may be helpful for you.
In the TeeChart features demo, available at the TeeChart program group you can find several examples searching for "clipboard" which may be helpful for you.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Herman,
I'm afraid this is not possible as if you copy a chart to the clipboard then you won't have a container for it. If you want to get a similar behaviour with a .tee (native file) you could export/import a chart into the same or a different TChart.
I'm afraid this is not possible as if you copy a chart to the clipboard then you won't have a container for it. If you want to get a similar behaviour with a .tee (native file) you could export/import a chart into the same or a different TChart.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |