![]() |
How to delete the loaded application windowHow to delete the loaded application windowThe 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 windowThe 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, Document Release 1.3 For Use with Wide Studio Release 1.3, Summer 2001
|