deGetRootType
deGetRootType( [w_window[x_level] ] ) =>t_viewType/ nil
Description
Returns the root class t_viewType of the item at x_level in w_window. nil is returned if the stack is empty. If x_level is not specified, the current level is assumed.
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 level 2 in window(3).
deGetRootType( window(3) 2)
Return to top