close
close_window
Entity: predicate

Usage:
close(Object)
close_window(Window)

close(Object)
Closes any type of object. You can use this predicate in order to close Window, OLE server, File, DLL, Socket or MySQL connection.

Closing an one object is the same as its killing because the object will not exist after closing. Actually its pointer will be still valid but it will point to a dead object. You can look in Tools / Objects in order to see the status of all current objects.

close_window(Window)
Closes the window identified by the handle Window. You can use the anonymous variable as argument to specify the default window.

See also:
window
server