|
PEstorepartialBOOL PEstorepartial (hObject, lphGlobal, lpdwSize)
This function stores the objects data (except data property arrays) in a binary form for later retrieval. This is useful if you just want to store the chart's visual characteristics rather than all its data.
Returns NonZero if the function was successful, otherwise Zero.
Comments This function does not store the objects data held in the following properties: XData, YData, ZData, XDataII, YDataII, PointLabels, SubsetLabels, DataPointLabels, and PointColors. This function is used to store the objects attributes only.
To reload the information use PEloadpartial to transfer the information into an object of the same type.
See Also: PEload, PEloadpartial, PEstore, PEloadfromfile, and PEsavetofile.
For more information on this property and example code of its use, see the Serialization section in Chapter 5 in the ProEssentials users guide. |
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |