pteClearSearchHistory
pteClearSearchHistory(t_panelName[w_windowId] ) => t / nil
Description
Clears the search history for the specified Palette panel.
Arguments
Value Returned
Examples
Clears the search history for the Layers panel in the current window:
pteClearSearchHistory("Layers")
Clears the search history for the Grids panel in the specified window:
pteClearSearchHistory("Grids" window(2))
Return to top