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