TFilterOption, TFilterOptions type
|
Top |
Value
|
Meaning
|
foCaseInsensitive
|
Literal strings in the filter are compared to string-valued fields case-insensitively.
|
foNoPartialCompare
|
Asterisks (*) in the filter are treated as literal characters rather than as wildcards. When filter options does not include foNoPartialCompare, strings that end in an asterisk signify a partial string match with the asterisk matching any number of characters.
|