xHarbour Reference Documentation > Function Reference |
Closes the current window and selects the next window as current window.
WClose() --> nNextWindowID
The function closes the currently selected window and selects the window with the highest window ID as current. This window ID is returned as a numeric value.
See also: | WOpen(), WSelect() |
Category: | CT:Window , Windows (text mode) |
Source: | ct\ctwin.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com