| [Overview][Resource strings][Constants][Types][Procedures and functions][Index] | 
Set of options for SearchBuf call.
Source position: strutils.pp line 93
| type TStringSearchOptions = set of ( | ||
| soDown, | 
 | Search in down direction. | 
| soMatchCase, | 
 | Match case | 
| soWholeWord | 
 | Search whole words only. | 
| ); |