WideStudio/MWT Logo
WideStudio/MWT
Programming Guide
WideStudio/MWT 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.

Document Release 3.90 for WideStudio/MWT ver 3.90, Jul 2005


WideStudio/MWT documents index | Table of contents

Copyright(C) WideStudio/MWT Development Team, 1999-2005 Last modified: Jul 31, 2005