Gambas Documentation
Documents
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
_ready
Public Sub
_ready
( )
Since 3.9
The _ready method is called when the construction of an object is finished, and the object is ready to be used.
It takes no argument, and returns nothing. You can use this method to do object specific initialization.