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
Ascent
BigEndian
Binary
Boolean
Byte
Class
Cr
CrLf
Currency
Date
Day
Descent
Device
Directory
Exec
File
Fixed
Float
Friday
Function
GeneralDate
GeneralNumber
Hour
IgnoreCase
Input
Integer
International
Language
Lf
Like
Link
LittleEndian
Long
LongDate
LongTime
Mac
Match
MediumDate
MediumTime
Millisecond
Minute
Monday
Month
Natural
NewLine
Null
Object
Output
Percent
Pipe
Pointer
Quarter
Read
Saturday
Scientific
Second
Short
ShortDate
ShortNumber
ShortTime
Single
Socket
Standard
String
Sunday
Tab
Thursday
Tuesday
Unix
Variant
Wednesday
Week
WeekDay
Windows
Write
Year
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 (gb)

This static class includes all basic Gambas constants used by many functions.

This class is static.

Constants
Ascent   Constant that represents an ascending sort.
BigEndian   Constant for big endian binary format.
Binary   Constant that represents a binary comparison.
Boolean   Constant that represents the Boolean datatype.
Byte   Constant that represents the Byte datatype.
Class   Constant that represents a class.
Cr   Return a carriage return.
CrLf   Return a carriage return followed by a line feed.
Currency   Constant that represents the national currency format.
Date   Constant that represents the Date datatype.
Day   Constant that represents a day period.
Descent   Constant that represents a descending sort.
Device   Flag used by the Stat property for a device special file.
Directory   Flag used by the Stat property for a directory.
Exec   Constant used by the Access subroutine to test if a file can be executed or a directory can be browsed.
File   Flag used by the Stat property for a regular file.
Fixed   Constant that represents a numerical format with two fixed decimal digits.
Float   Constant that represents the Float datatype.
Friday   Constant that represents the Friday day.
Function   Constant that represents a function.
GeneralDate   Constant that represents the general date format.
GeneralNumber   Constant that represents the general number format.
Hour   Constant that represents an hour period.
IgnoreCase   Constant that represents a case insensitive comparison.
Input   This constant is not used at the moment.
Integer   Constant that represents the Integer datatype.
International   Constant that represents the international currency format.
Language   Constant that represents a language-aware comparison.
Lf   Return a line feed.
Like   Constant that represents a string comparison based on the LIKE operator.
Link   Flag used by the Stat property for a symbolic link.
LittleEndian   Constant for little endian binary format.
Long   Constant that represents the Long datatype.
LongDate   Constant that represents a long date format.
LongTime   Constant that represents the long time format.
Mac   This constant is used by Stream.EndOfLine for indicating that lines of text are separated by a Chr$(13) character.
Match   Constant that represents a string comparison based on the MATCH operator.
MediumDate   Constant that represents the medium date format.
MediumTime   Constant that represents the medium time format.
Millisecond   Constant that represents a millisecond period.
Minute   Constant that represents a minute period.
Monday   Constant that represents the Monday day.
Month   Constant that represents a month period.
Natural   Constant that represents a natural comparison.
NewLine   The string constant for end of line.
Null   Constant that represents the NULL datatype.
Object   Constant that represents the Object datatype.
Output   This constant is not used at the moment.
Percent   Constant that represents the percent numeric format.
Pipe   Flag used by the Stat property for a named pipe.
Pointer   Constant that represents the Pointer datatype.
Quarter   Constant that represents a quarter period.
Read   Constant used by the Access subroutine to test if a file can be read.
Saturday   Constant that represents the Saturday day.
Scientific   Constant that represents the scientific numeric format.
Second   Constant that represents a second period.
Short   Constant that represents the Short datatype.
ShortDate   Constant that represents the short date format.
ShortNumber   Constant that represents the short number format.
ShortTime   Constant that represents the short time format.
Single   Constant that represents the Single datatype.
Socket   Flag used by the Stat property for a socket.
Standard   Constant that represents the standard format for number or dates.
String   Constant that represents the String datatype.
Sunday   Constant that represents the Sunday day.
Tab   String constant for the tabulation character.
Thursday   Constant that represents the Thursday day.
Tuesday   Constant that represents the Tuesday day.
Unix   This constant is used by Stream.EndOfLine for indicating that lines of text are separated by a Chr$(10) character.
Variant   Constant that represents the Variant datatype.
Wednesday   Constant that represents the Wednesday day.
Week   Constant that represents a week period.
WeekDay   Constant that represents working days.
Windows   This constant is used by Stream.EndOfLine for indicating that lines of text are separated by a Chr$(13) & Chr$(10) character sequence.
Write   Constant used by the Access subroutine to test if a file can be written.
Year   Constant that represents a year period.

See also