Windows Information
Includes functions for Windows information.
ClassOf Function
Returns the class of a window.
FindWinClass Function
Returns the data classes, including user-defined classes, for all declared
4Test
objects of one GUI type.
FindWindow Function
Returns a list of window identifiers to all objects that match the specified tag and GUI type.
WindowChildren Function
Returns the children of a window, as specified in the declaration.
WindowGetAttrList Function
Returns the values for all the attributes of the specified window.
WindowIsDefined Function
Tests whether a child window, method, variable, or property is defined by a window or its class.
WindowIsOfClass Function
Determines if a particular window is of a particular class.
WindowName Function
Returns the identifier of a window.
WindowParent Function
Returns the parent of a window.
WindowTag Function
Returns the fully qualified tag for a window, where the tag is resolved from the window declaration or from the dynamically instantiated identifier.
Parent topic:
Functions