Module
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Language Keyword
A Module is a container for code that also functions as a namespace.
Notes
You will not use the Module keyword directly in your code. To add a module to your project, use the Insert button or menu.
To import multiple items at once into a module, right/option-click on the module in the Navigator then choose Add To > Import from the contextual menu.
See Also
Class keyword