Source position: strutils.pp line 125
type TStringSearchOptions = set of (
soDown,
soMatchCase,
soWholeWord
);