Invokes an OLE2 method.
PROCEDURE OLE2.Invoke
(object obj_type,
method VARCHAR2,
List List_Type := 0);
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. |
/*
**Invoke ZoomIn.
*/
OLE2.Invoke(Map, 'ZoomIn', my_Arglist);