deGetEditViewType
deGetEditViewType(w_window) =>t_viewType/ nil
Description
Returns the t_viewType of the item at the current edit level in w_window.
This function is equivalent to
deGetViewType(w_windowdeGetEditLevel(w_window))
Arguments
|
Window in which the 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).
deGetEditViewType( window(3))
Return to top