Gets an object type value from an OLE2 Automation Object.
FUNCTION OLE2.Get_Obj_Property
(object obj_type,
property VARCHAR2,
Arglist List_Type := 0)
RETURN OBJ_TYPE;
Parameter | Description |
---|---|
object | An OLE2 Automation Object. |
property | The name of an OLE2 Automation Object.. |
Arglist | The name of an argument List assigned to the OLE2.Create_Arglist Function. |
/*
**Get the object type value for the spreadsheet object.
*/
the_obj:=OLE2.Get_Obj_Property(spreadsheet_obj,
'Application');