Source position: strutils.pp line 128
type TStringSearchOption = (
soDown,
soMatchCase,
soWholeWord
);