Set of options for SearchBuf call.
Source position: strutils.pp line 113
type TStringSearchOptions = set of (
soDown,
Search in down direction.
soMatchCase,
Match case
soWholeWord
Search whole words only.
);