window window.GetTopParent()
Applicable Classes: All
Return Type: window
Parameters: none
Description:
GetTopParent returns the top-most parent of the window. This is the
window where GetParent would return a null window. This function returns
a null window if the calling window is a top-most window.
For an example of this function, see GetParent.
See Also: GetParent