Home / def / invalid 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
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