PrivateCall
Category: Script
/ Function call
Since engine version: 4.6.5.0 CP
Description
Calls the specified private, protected, or public function in the target object. You should reconsider whether this workaround is really necessary.
Syntax
any PrivateCall
(object pObj, string szFunction, any ...);
Parameters
- pObj:
Object in which to call the function.
- szFunction:
Function to be called.
- ...:
Parameters of the function.
jwk, Juni 2002