xHarbour Reference Documentation > Function Reference |
Returns window IDs of all open windows.
WStack() --> aWindowIDs
The function returns an array holding the window IDs of all open windows. Window IDs are stacked in the array in the sequence they were opened with WOpen(). The first element of the array is the window ID of the entire screen, while the last element is the ID of the last window opened. When a window is closed, its ID is removed from the array.
See also: | WOpen(), WSelect() |
Category: | CT:Window , Windows (text mode) , xHarbour extensions |
Source: | ct\ctwin.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com