Concept Framework 2.2 documentation Contents | Index

ActiveXControl.AddParameter

Name Type Access Version Deprecated
AddParameter function public version 1.0 no

Prototype:
public function AddParameter(parameter);

Parameters:
parameter      the value of the parameter to add (a string or a number)

Description:
Adds a parameter to an ActiveX parameters list. If an ActiveX object has a member called foo(parameter) you should call AddParameter(parameter) and then ExecuteMethod("foo"). This is a low level API and you should never use this function directly. Is used internally by the ActiveX controls.

Returns:
Returns null.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:12 2013 GMT(c)2013 Devronium Applications