Invoke method (LotusScript® Language)
This method executes a method.
Defined in
Syntax
Set Variant = javamethod .Invoke( [JavaObject [,Argument1...[, Argument12]] )
Parameters
JavaObject
JavaObject. The instance of an object, if the method is not static. Optional if the method is static.
Argumentn
Variant. Optional. The arguments needed by the method. Maximum of 12 arguments.
Return value
Variant. Result of the invoked method.