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

OLE2.Invoke

Description

Invokes an OLE2 method.

Syntax


PROCEDURE OLE2.Invoke
   (object obj_type,
    method VARCHAR2,
    List   List_Type := 0);

Parameters

Parameter Description
object An OLE2 Automation Object.
method A method (procedure) of the OLE2 Object.
List The name of an argument List assigned to the OLE2.Create_Arglist Function.

Example


 /* 
**Invoke ZoomIn.
*/
OLE2.Invoke(Map, 'ZoomIn', my_Arglist);