geEquivWindowSet
geEquivWindowSet(w_windowId) =>l_windowList
Description
Returns a list of all windows that have the same edit cellview as the specified window.
If w_windowId is the only window with this edit cellview, a list containing only w_windowId is returned.
Arguments
|
Database ID of the window whose equivalent you want to find. Defaults to the current window. |
Value Returned
Examples
Returns (window:2 window:3), assuming that window(2) and window(3) both are editing the same cellview.
geEquivWindowSet(window(2))
Related Topics
Return to top