1.

What Does Invoke Built-in Do?

Answer»

This PROCEDURE INVOKES a method.

Syntax:

PROCEDURE OLE2.INVOKE (object obj_type, method VARCHAR2, list list_type := 0);

Parameters:

  • object Is an OLE2 Automation Object.
  • method Is a method (procedure) of the OLE2 object.
  • list Is the NAME of an argument list assigned to the OLE2.CREATE_ARGLIST FUNCTION.

This procedure invokes a method.

Syntax:

Parameters:



Discussion

No Comment Found