Changing the Generated ActiveX Schema

During the import process, names for method parameters are generated without you being able to override these method parameter names. For details about the default names generated by the ActiveX Import Wizard, see "Default Names" under "ActiveX Default Values and Considerations", in Chapter 4 of the JADE External Interface Developer's Reference.

To change method parameter names

You can change the parameter name only. Do not change the parameter type.

To change class, method, or property names

You can change the element name only. Do not change the element type.

You should not add new classes to an ActiveX object or interface. In addition, although it is not recommended that you remove classes from an ActiveX object or interface, you can do so safely. For example, if you require only a subset of the features provided by an ActiveX type library, you could delete the unnecessary interfaces and objects.

Although you can change the name of methods, properties, and parameters, do not change the types of these.