Gets a property of an OLE2 Automation Object.
FUNCTION OLE2.Get_Char_Property
(object obj_type,
property VARCHAR2,
Arglist List_Type := 0)
RETURN VARCHAR2;
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. |
/*
** Get the property for the object.
*/
str := OLE2.Get_Char_Property(obj, 'text');