User (Legacy) Posted February 15, 2002 Report Share Posted February 15, 2002 Hi! How to export and import a chart to a memory stream? I don't like save the chart data/format to a file. I use : - Borland Delphi 5 with update pack 1 - Chart FX Client Server (version 4.0) 5.0.3.0 Thanks, Ronivaldo Fernando Moretti [ moretti@thermus.com.br ] Quote Link to comment Share on other sites More sharing options...
Software FX Posted February 15, 2002 Report Share Posted February 15, 2002 You need to build a Variant of type VT_STREAM and pointing to the stream you want, then call Export with this Variant. I do not know the specific Delphi Syntax to do this, Variants are not well documented in Delphi. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.