|
ActiveX.loadObject() |
|
Availability
Windows
Usage
ActiveXinstance.loadObject(fileName:String):Void
Parameters
fileName:String reference to the Path/Name of the File to load
Returns
Nothing
Description
Loads a previously saved status of a current ActiveX/OLE object.
Notes
For use after an ActiveX Object has been instantiated. Loads a File which was previously saved using mdm.ActiveX.saveObject()
Example
ActiveXinstance.loadObject("myFile.dat")