Phantom Documentation

[Help Home] [Phantom Home]
GetNextSibling

window window.GetNextSibling()

Applicable Classes: All

Return Type:
window
Parameters: none

Description:
This function returns the window's next sibling window. The next sibling window has the same parent as this window, and is next in the parent's list of child windows. This is as determined by the window itself, not the declarations file (if used). Therefore, the sibling order will not necessarily match the window order in a window declarations file.

If the window does not have another sibling after it, a null window is returned. For an example of this function, see the GetChild function.


See Also: GetParent, GetChild, GetPrevSibling


Copyright 2000-2011 Phantom Automated Solutions