geEquivWindow
geEquivWindow(w_windowId) =>w_windowEquiv/ nil
Description
Returns the ID of the window that has the same edit cellview as the specified window.
If w_windowId is the only window with this edit cellview, w_windowId is returned.
Arguments
|
Database ID of the window whose equivalent you want to find. Defaults to the current window. |
Value Returned
|
The window with the same edit cellview as w_windowId if it exists. |
|
Examples
Assume that window(2) and window(3) both are editing the same cellview.
geEquivWindow( window(2) )
Related Topics
Return to top