deGetEditRootType
deGetEditRootType( [w_window] ) =>t_viewType/ nil
Description
Returns the root class view type of the item at the current edit level in w_window.
This function is equivalent to
deGetRootType(w_windowdeGetEditLevel(w_window))
Arguments
|
Window in which the root view type is desired. Defaults to the current window. |
Value Returned
Examples
Returns graphic assuming data of this view type at the current edit level in window(3).
deGetEditRootType( window(3) 2)
Return to top