Function: oleload

Syntax

oleload( <file> {,<atable>} )

Type

component

Returns

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.

Parameters

Examples

component myobj = oleload(mcontrol.olc)