Components

Components are Gambas plug-ins that add new classes to the interpreter. Each project must define a list of the components loaded at startup.

A Gambas project using no components is a simple text-only application. To become a true graphical application, a project must use at least the gb.qt component. To access database, the gb.db component must be used. And so forth...