Libraries

Libraries are programs written in Gambas whose classes may be used by other Gambas programs. To use a library in your project, you define a reference to it using the USE keyword and subsequently may refer to it as though its classes were native to the current project.

Gambas will include a number of these libraries for the purpose of providing examples and utilities.


BenoitMinisini - 27 Jul 2003 The InputBox library will be removed and integrated into the Util library in the future.