WINDOWDELETE

Synopsis
WINDOWDELETE name
Description

Deletes (closes) the window whose name is name. All child window and controls are also deleted. If no window with the given name exists, then all windows and all controls which were created by FMSLogo are deleted.

Example
WINDOWCREATE "main "mywindow "mytitle 0 0 100 100 []
BUTTONCREATE "mywindow "mybutton "PUSH 25 25 25 25 [PRINT "pushed]
WINDOWDELETE "mywindow

SourceForge.net Logo