Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEsavetofile Method

Scope All ProEssentials Interfaces

 

PEsavetofile(szFilename As String) As Boolean

 

Parameter

Description

szFilename

Filename to save data to.

 

The PEsavetofile method is used to save the controls state into a binary file.

 

Later this file can be reloaded with either the LoadFromURL or PEloadfromfile methods.

 

See Also: PEloadfromfile, LoadFromURL, OCX Methods

 

This method is a wrapper to the PEsavetofile DLL call.