A script-enabled browser is required for this page to function properly.

OLE2.Get_Obj_Property

Description

Gets an object type value from an OLE2 Automation Object.

Syntax


FUNCTION OLE2.Get_Obj_Property
   (object   obj_type,
    property VARCHAR2,
    Arglist  List_Type := 0)
RETURN OBJ_TYPE;

Parameters

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.

Returns

An OLE2 Automation Object property.

Example


 /*
**Get the object type value for the spreadsheet object.
*/
the_obj:=OLE2.Get_Obj_Property(spreadsheet_obj,
	'Application');