geGetWindowRep
geGetWindowRep( [w_windowId] ) =>d_cellview/ nil
Description
An alias for geGetWindowCellView. Returns the ID of the cellview displayed in a window.
This function returns nil if the current window is empty or if no current window is defined. The cellview being displayed in the window can be different from the cellview being edited, as returned by geGetEditCellView, if you are currently editing a cell in place.
You can use the database identifier returned by geGetWindowCellView in subsequent function calls to access the properties of the cellview in the current window. If you know what window you are interested in, a shorthand equivalent to this function can be used: window(n)->displayCellView.
Arguments
|
Database ID of window displaying the cellview whose object identifier you want. |
Value Returned
|
The current window is empty or if no current window is defined. |
Related Topics
Return to top