ActiveX.saveObject()


 

Availability

 

Windows

 

Usage

 

ActiveXinstance.saveObject(fileName:String):Void

 

Parameters

 

fileName:String A String reference to the Path/Name of the File to save

 

Returns

 

Nothing

 

Description

 

Saves the status of the current ActiveX/OLE Object to a File for later use.

 

Notes

 

This command is only applicable to ActiveX objects which support this feature. For use after an ActiveX Object has been instantiated.

 

Example

 

ActiveXinstance.saveObject("myFile.dat")