Concept Framework 1.0 documentation Contents | Index

ActiveXControl.ExecuteMethod

Name Type Access Version Deprecated
ExecuteMethod function public version 1.0 no

Prototype:
public function ExecuteMethod(method_name)

Parameters:
method_name      a string containing the name of the method to execute.

Description:
Executes an ActiveX method. 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: Thu Oct 15 20:02:00 2009 GMT(c)2009 RadGs Software