Dokumentaro de Gambaso
Compilation & Installation
Components
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Component
Gambaso
Registro

invalid

Gambas objects can become invalid: they are not destroyed, but you cannot use them anymore.

Usually, an Object becomes invalid because its operation depends on another Gambas, or on another non-Gambas internal element, that was destroyed.

For example, if the user destroys a window by closing it, the corresponding Form or Window Object is not destroyed, but becomes invalid.

See also