xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

WStack()

Returns window IDs of all open windows.

Syntax

WStack() --> aWindowIDs

Return

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.

Info

See also:WOpen(), WSelect()
Category: CT:Window , Windows (text mode) , xHarbour extensions
Source:ct\ctwin.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe