Gambas Documentation
Application Repository
Code Snippets
Compilation & Installation
Components
gb
*[]
.Array.Bounds
.Stat.Perm
.Stream.Lines
.Stream.Term
.Symbol
_BoxedString
Application
Args
Array
Boolean[]
Byte[]
Class
Classes
Collection
Component
Components
Date[]
Enum
Env
Error
File
Float[]
gb
Integer[]
Jit
Long[]
Object
Object[]
Observer
Param
Pointer[]
Process
Short[]
Single[]
Stat
Stream
String
String[]
System
Task
Timer
User
Variant[]
gb.args
gb.cairo
gb.chart
gb.clipper
gb.complex
gb.compress
gb.crypt
gb.data
gb.db
gb.db.form
gb.db.mysql
gb.db.odbc
gb.db.postgresql
gb.db.sqlite2
gb.db.sqlite3
gb.dbus
gb.dbus.trayicon
gb.debug
gb.desktop
gb.desktop.gnome.keyring
gb.desktop.x11
gb.eval
gb.eval.highlight
gb.form
gb.form.dialog
gb.form.editor
gb.form.htmlview
gb.form.mdi
gb.form.print
gb.form.stock
gb.form.terminal
gb.gmp
gb.gsl
gb.gtk
gb.gtk.opengl
gb.gtk3
gb.gtk3.opengl
gb.gtk3.webview
gb.gui
gb.gui.opengl
gb.gui.qt
gb.gui.qt.ext
gb.gui.qt.opengl
gb.gui.qt.webkit
gb.gui.trayicon
gb.gui.webview
gb.hash
gb.highlight
gb.image
gb.image.effect
gb.image.imlib
gb.image.io
gb.inotify
gb.jit
gb.libxml
gb.logging
gb.map
gb.markdown
gb.media
gb.media.form
gb.memcached
gb.mime
gb.mysql
gb.ncurses
gb.net
gb.net.curl
gb.net.pop3
gb.net.smtp
gb.openal
gb.opengl
gb.opengl.glsl
gb.opengl.glu
gb.opengl.sge
gb.openssl
gb.option
gb.pcre
gb.pdf
gb.poppler
gb.qt4
gb.qt4.ext
gb.qt4.opengl
gb.qt4.webkit
gb.qt4.webview
gb.qt5
gb.qt5.ext
gb.qt5.opengl
gb.qt5.webkit
gb.qt5.webview
gb.qt6
gb.qt6.ext
gb.qt6.opengl
gb.qt6.webview
gb.report
gb.report2
gb.scanner
gb.sdl
gb.sdl.sound
gb.sdl2
gb.sdl2.audio
gb.settings
gb.signal
gb.term
gb.test
gb.util
gb.util.web
gb.v4l
gb.vb
gb.web
gb.web.feed
gb.web.form
gb.web.gui
gb.xml
gb.xml.html
gb.xml.rpc
gb.xml.xslt
Controls pictures
Deprecated components
Developer Documentation
Development Environment Documentation
Documents
Error Messages
Gambas Playground
How To's
Language Index
Language Overviews
Last Changes
Lexicon
README
Search the wiki
To Do
Topics
Tutorials
Wiki License
Wiki Manual

gb

This component contains all the classes included in the interpreter by default.

Class Description
Application This class gives information about the currently running application, and grants access to the process environment and process command line.
Args This class is an array containing the arguments passed to the program by the shell.
Array This class is the parent class of every Gambas array class.
Boolean[] This class implements a dynamic array of Boolean values.
Byte[] This class implements a dynamic array of Byte values.
Class This class depicts a class used by the interpreter.
Classes This class is a collection of all global classes loaded by the interpreter.
Collection This class implements an hash table whose keys are String and values are Variant.
Component This class represents a component loaded by the interpreter.
Components This class is a collection of all components loaded by the interpreter.
Date[] This class implements a dynamic array of Date values.
Enum This static class is used for implementing enumerable classes.
Env This class is a virtual collection of strings containing the variables of the process environment.
Error Use this class for managing errors raised while the interpreter is running.
File This class is used for representing a file opened with the OPEN instruction, accessing standard input, output and error streams, and manipulating file paths with its static methods.
Float[] This class implements a dynamic array of Float values.
gb This static class includes all basic Gambas constants used by many functions.
Integer[] This class implements a dynamic array of Integer values.
Jit This class deals with the internal Just In Time compiler.
Long[] This class implements a dynamic array of Long values.
Object This class includes static methods that allows you to manipulate the objects created by the interpreter.
Object[] This class implements a dynamic array of Object references.
Observer This class allows you to catch the events raised by an object before its main event observer gets them.
Param This static class is used for dealing with extra arguments and special methods.
Pointer[] This class implements a dynamic array of Pointer values.
Process This class is used for managing processes launched by the EXEC or SHELL instructions.
Short[] This class implements a dynamic array of Short values.
Single[] This class implements a dynamic array of Single values.
Stat This class represents all the information returned by the system about a specific file when you use the Stat function.
Stream This class is the parent class of every Gambas object that is a stream.
String This class provides UTF-8 string manipulation methods.
String[] This class implements a dynamic array of String values.
System This static class gives information about the operating system and the interpreter environment.
Task This virtual class aims at being the parent class of all background tasks.
Timer This class implements a timer object.
User This class gives information about the user running the process.
Variant[] This class implements a dynamic array of Variant values.