pteSetSearchMatchType
pteSetSearchMatchType(t_searchType t_panelName[w_windowId] ) => t / nil
Description
Limits searches to items that match the search string, items with a specific prefix or suffix, or items that contain the search string as a substring.
Arguments
Value Returned
Examples
Sets the search function to retrieve the layer-purpose pairs that contain the specified search string:
pteSetSearchMatchType("substring" "Layers")
Sets the search function to retrieve grid objects that match the specified search string:
pteSetSearchMatchType("exactly" "Grids" window(2))
Return to top