![]() | Programming Guide | WideStudio Index Table of contents |
How to delete the loaded application window
How to delete the loaded application window
The following shows 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 can not delete the same instance twice because it causes memory fault. After deleting,you can not access the deleted instance.How to delete the loaded partial application window
The following shows to delete the loaded partial application window directly from the program.//delete the partial window WSGFdestroyWindow(object);It is same as the loading of the stored application window fundamentally, but you specify the partial application window in this case,
Copyright(C) T. Hirabayashi, 2000-2002 | Last modified: Oct 27, 2002 |