Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geGetEditCellView

geGetEditCellView( 
[ w_windowId ] 
)
=> d_cellview 

Description

Returns the ID for the cellview being edited.

This value is normally the same as that returned by geGetWindowCellView. Only when you are editing a cell in place do the two functions return different results. If you know what window you are interested in, a shorthand equivalent to this function may be used: window(n)->editCellView.

You can also use the function gec, which is a shortcut for the function geGetEditCellView.

Arguments

w_windowId

Database ID of the window of the cellview being edited.

Value Returned

d_cellview

Database ID of the cellview being edited in the window.

Examples

Returns db:654321, which is the edited cellview.

geGetEditCellView( getCurrentWindow( ) )

Related Topics

Edit and Display Functions

geGetWindowCellView


Return to top
 ⠀
X