Home > def > invalid 
 en fr de es it nl pl pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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 object, 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 Gambas object is not destroyed, but becomes invalid.

See also

Object.IsValid