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

OLE2.Get_Char_Property

Description

Gets a property of an OLE2 Automation Object.

Syntax


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

Parameters

Parameter Description
object An OLE2 Automation Object.
property The name of a property in an OLE2 Automation Object.
Arglist The name of an argument List assigned to the OLE2.Create_Arglist Function.

Returns

A character value.

Example


 /* 
** Get the property for the object. 
*/
str := OLE2.Get_Char_Property(obj, 'text');