Components

Components are Gambas plug-ins that add new classes to the interpreter. Each project has a list of components to be loaded at startup; you can find it in Project Properties.

A Gambas project without any 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 a database, use the gb.db component. And so forth...