Go to documentation repository
Previous page Next page
The SetParam method sets a value to the specified parameter of the MsgObject or Event object. The method changes only the specified parameters of an object, other parameters remain unchanged.
Syntax for method invocation:
function SetParam(param : String, value : String)
Method arguments:
Example. See the example in GetParam method.