wnd.wnd Property
object = wnd.wnd(wndID, strClass);
Returns a wnd wrapper object for a generic child window. This property is
intended to use with window classes for which there is no wrapper available.
Parameters
- wndID
-
Optional. Either an integer as the zero-based index of the window of the
specified class, or a string containing the window title. The string can be a
regular expression. Default value is 0.
- strClass
-
Optional. String specifying the class of the window to search (see
window classes constants).
See also
wnd Overview | wnd.waitForWindow
 
© 2003 Lightweight Technologies. All rights reserved.