Source position: msestrings.pas line 187
type searchoptionsty = set of (
so_caseinsensitive,
so_wholeword,
so_wordstart,
so_backward
);