pteSetFindModeOn
pteSetFindModeOn (g_FindState[w_windowId] ) => t / nil
Description
Toggles the search mode for the specified window between Find and Filter.
Arguments
Value Returned
|
The specified find state was set for all layer-purpose pairs that match the search criteria. |
|
Examples
pteSetFindModeOn(t)
Changes search mode to Filter:
pteSetFindModeOn(nil)
Return to top