oleload( <file> {,<atable>} )
component
Creates an instance of an external OLE Automation object from file contents and returns a pointer to it. The function returns the value null if the object cannot be created. This function is only available on Windows systems.
<file>
The name of a file
whose contents will create an instance of an OLE Automation object. The
file will be the result of executing a component.save
on an object of the same type.
<atable>
An atable to be
used within any callbacks which the object exports.
component myobj = oleload(mcontrol.olc)