pteSetSearchMatchCase
pteSetSearchMatchCase(t_matchCaseType t_panelName[w_windowId] ) => t / nil
Description
Specifies whether search is case-sensitive or case-insensitive.
Arguments
Value Returned
Examples
Sets the search function to perform case-sensitive search in the Layers panel:
pteSetSearchMatchCase("sensitive" "Layers")
Sets the search function to perform case-insensitive search in the Grids panel in the window with ID 2:
pteSetSearchMatchCase("insensitive" "Grids" window(2))
Return to top