Storing extra data in a Tee file.
Posted: Thu Jan 25, 2007 10:26 pm
I need to store some information along with a chart in order for another application to read it and interpret it (the information I would like to store is the application used to create the chart and the chart type). Ideally, I would like this information to be stored in the .tee file (and transferred via the SaveToStream or LoadFromStream methods).
The ability to store an extra numeric property like tag or any other numeric property saved and seldom used would be good enough, but I need to know which one may be used safely and will be saved. Is the .tag property saved in a .tee file. This could be good enough. If not, any other suggestion?
An even better solution would be to be able to store an entire string, so any property that is saved in a Tee file and that is seldom used would be fine. Any suggestion as to which property may be used for this?
If none really exists, then I would like to suggest adding such an extra property that could be saved to disk. It could be used simply to put the name of the creating application or for storing additional information.
The ability to store an extra numeric property like tag or any other numeric property saved and seldom used would be good enough, but I need to know which one may be used safely and will be saved. Is the .tag property saved in a .tee file. This could be good enough. If not, any other suggestion?
An even better solution would be to be able to store an entire string, so any property that is saved in a Tee file and that is seldom used would be fine. Any suggestion as to which property may be used for this?
If none really exists, then I would like to suggest adding such an extra property that could be saved to disk. It could be used simply to put the name of the creating application or for storing additional information.