|
PEloadpartialBOOL PEloadpartial (hObject, lphGlobal)
This function reloads an objects data (except data property arrays) from binary form located in a global memory object. 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 load the objects data held in the following properties: XData, YData, ZData, XDataII, YDataII, PointLabels, SubsetLabels, DataPointLabels, and PointColors.
Call the PEreinitialize and PEresetimage functions to complete the objects transformation. OCX developers set PEactions = 0, and VCL developers set PEactions := xReinitAndReset after calling PEloadpartial.
Use PEstorepartial to initially store the object's information into the binary format.
See Also: PEload, PEstore, PEstorepartial, PEloadfromfile, and PEsavetofile.
Chapter 5 of the manual has a section on serialization which provides examples on how to use this function. |
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |