FutureBasic Logo

<<    Index    >> FutureBasic

view close   statement



Syntax:
view close tag

Description:
The view, button or other control specified by tag is removed from the current output window. This is one of two ways you can dispose of a view: the other way is to close the window, which automatically closes all the controls in it.

Example:
view close 1
view close _myRadioBtn2
view close tag