Python3Script Xojo Plugin |
|
Python3XojoModule.AddClass Method
Adds a class to the module.
Parameters
- classToAdd
- The class to add to the module
Remarks
If registering a class then this method must be called on the module before the module is registered to Python.
See Also
Python3XojoModule Class