Description | ||||||||||||||
Closes a window and breaks the object-to-window attachment. The function deletes the window, if it is not the base window.
You cannot break the attachment for the currently active window. Use the function ProWindowCurrentSet() to make a different window be the current window before calling this function. This function is equivalent to the Creo Parametric option to quit the window. |
||||||||||||||
Replacement in Object TOOLKIT: | pfcWindow::Close | |||||||||||||
Synopsis | ||||||||||||||
#include <ProWindows.h> | ||||||||||||||
ProError | ProWindowDelete | ( | ||||||||||||
int window_id | ||||||||||||||
/* (In) | ||||||||||||||
The window to delete | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|
||||||||||||||
See Also | ||||||||||||||
ProWindowCurrentSet |