Документация по Gambas 2
Development Environment Documentation
Documents
Language Index
Abs
CREATE
DEC
ELSE
Frac
INC
Int
IsBlank
IsLetter
Max
Min
READ
Round
Sgn
TRUE
Объявление методов
Language Overviews
Lexicon
Компиляция & Установка
Последние изменения
ПРОЧТИ
Регистрация
Что переводить
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
_init
Static Public Sub
_init
( )
The _init method is called when the class is loaded by the interpreter.
It takes no argument, and returns nothing. You can use this method to do class specific global initialization.
See also
Special Methods