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