Methods' Summary |
directInvoke |
provides access to methods and properties exposed by an object.
|
hasMember |
returns `TRUE` if the method or property with the specified name exists, else `FALSE`.
|
Methods' Details |
directInvoke
- Description
- provides access to methods and properties exposed by an object.
- Parameter aName
- the method to invoke
- Parameter aParams
- all parameters, out parameters are not supported
|
|
hasMember
boolean |
hasMember( |
[in] string |
aName ); |
- Description
- returns `TRUE` if the method or property with the specified name exists, else `FALSE`.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.