Wide Studio Programmer's Guide

Wide Studio Home
Up to


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,
Document Release 3.0

For Use with Wide Studio Release 3.0, Summer 2002


Wide Stuido Home | Up to

Copyright(C) T. Hirabayashi, 2000-2002 Last modified: June 20, 2002