Gambas dokumentace
Developer Documentation
Documents
Jak na...
Kompilace & instalace
Komponenty
Lexikon
Poslední změny
Registrace
Rejstřík jazyka
Rejstřík jazyka
Wiki Manual
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
.
Tato třída je vytvořitelný.
Vlastnosti
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.