pteFindPrev
pteFindPrev([t_panelName ] [w_windowId] ) => t / nil
Description
Finds and sets as active the previous layer-purpose pair that matches the search string, in the specified panel. This function works only if the Search Mode option in the Palette Options form is set as Filter.
Arguments
Value Returned
|
The previous layer-purpose pair that matches the search string was found and set as active. |
|
Examples
pteFindPrev("Layers")
pteFindPrev("Layers" window(2))
Return to top