Specifies a handle to an OLE2 Automation Object.
obj OLE2.OBJECT_TYPE;
OLE2.Obj_Type is the OLE2 package’s equivalent of an unknown object.
For more information, see FORMS_OLE.GET_INTERFACE_POINTER in the Forms documentation.
/*
** Create an OLE2 Object
*/
obj OLE2.OBJECT_TYPE;
...
obj := OLE2.Create_Obj('Excel.Application.5');