Concept Framework 2.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
ExecuteMethod | function | public | version 1.0 | no |
public function ExecuteMethod(method_name) |
method_name | a string containing the name of the method to execute. |
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. |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:16 2011 GMT | (c)2011 RadGs Software |