list of tchart into clipboard

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Herman
Newbie
Newbie
Posts: 56
Joined: Tue Dec 07, 2004 5:00 am

list of tchart into clipboard

Post by Herman » Mon Mar 07, 2005 9:59 am

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Mar 07, 2005 10:21 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Herman
Newbie
Newbie
Posts: 56
Joined: Tue Dec 07, 2004 5:00 am

Post by Herman » Tue Mar 08, 2005 1:53 am

I've check on the example.
There is one pretty same with my requirement.

In Miscellaneous/Clipboard/MultipleChart

The problem is, i want to store each chart as a component, not as an image.
When pasting, i need to know for example how many charts, properties of each charts...

Possible?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Mar 08, 2005 8:28 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply