Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEloadfromfile Method

Scope All ProEssentials Interfaces

 

PEloadfromfile(szFilename As String) As Boolean

 

Parameter

Description

szFilename

Filename to load data from.

 

This function restores the current object from a binary file named by szFilename. You first must have stored the same type of object with PEsavetofile. Care must be taken to make sure that the correct object type (Graph, Scientific Graph, 3D Scientific Graph, Polar Object or Pie Chart Object) is used with PEloadfromfile as was used with PEsavetofile. Generally you will name files in a method which identifies which type of object is stored.

 

Comments

See Also: PEsavetofile, OCX Methods, PEloadfromfile.

 

This method is a wrapper to the PEloadfromfile DLL call.