Documentació de Gambas (versió en desenvolupament)
Compilació i instaŀlació
Components
gb
gb.desktop
gb.form
gb.qt4
gb.web
Documents
How To's
Language Index
Language Overviews
Lèxic
Missatges d'Error
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
ClassStat (gb.util)
This class holds the information returned by
Class.Stat
.
This class is creatable.
Properties
AutoCreate
Return if the class has the
CREATE
flag.
Exported
Return if the class has the
EXPORT
flag.
HasFast
Return if the class has the
FAST
flag.
Name
Return the name of the class.
NoCreate
Return if the class has the
CREATE PRIVATE
flag.
Optional
Return if the class has the
EXPORT OPTIONAL
flag.
Parent
Return the name of the parent of the class.
Test
Return if a class is a test module.