![]() | Programming Guide | WideStudio Index Table of contents |
How to delete the loaded application window
How to delete the loaded application window
The following shows how to delete the loaded application window directly from the program.//delete the application window WSGFdestroyWindow(window);Specify the application window to delete. You can delete the partial application window or the normal instance also, but you cannot delete the same instances twice, because it causes memory fault. After deleting, you cannot access the deleted instance.How to delete the loaded partial application window
The following shows how to delete the loaded partial application window directly from the program.//delete the partial window WSGFdestroyWindow(object);It is the same as loading the stored application window fundamentally, but in this case, you have to specify the partial application window.
Copyright(C) WideStudio Development Team, 1999-2005 | Last modified: Jan 05, 2005 |