ObjectCall (deprecated since 4.9.1.4 GWE)
Category: Script/Function call
Since engine version: 4.6.5.0 CP
Description
Calls a public function in the target object, You should use the new syntax [pObj]->[szFunction]() or [pObj]->[idObj]::[szFunction]()
instead.
Syntax
any ObjectCall
(object pObj, string szFunction, any ...);
Parameters
- pObj:
-
Object in which to call the function.
- szFunction:
-
Function to be called.
- ...:
-
Parameters of the function.
Changelog
| Date |
Author |
Version |
Description |
| 15th July 2002 |
PeterW |
4.9.1.4 GWE |
Deprecated: Instead of this function, the new syntax for calling functions should be used. See Call a function in another object.
|
jwk, April 2002