|
Load
Loads the parameters of the object from the file.
virtual bool Load(
|
Parameters
file_handle
[in] handle of the file previously opened using the function FileOpen (...).
Return Value
true - successfully completed, false - error.
Example:
//--- example for CChartObject::Load
|