deGetEditCellView
deGetEditCellView( [w_window] ) =>d_cellview/ nil
Description
Returns the cellview for the item on the window stack corresponding to the current edit level. nil is returned if the stack is empty.
This function is equivalent to
deGetCellView(w_windowdeGetEditLevel(w_window))
Arguments
|
Window that contains the desired cellview. Defaults to the current window. |
Value Returned
Examples
Equivalent to window(3)->editCellView.
deGetEditCellView( window(3) )
Return to top