WholeWord: Boolean;
The WholeWord property determines whether to compare only whole strings.
Available values:
True. Completeness of the string is taken into account. For example, words Report and Rep are considered as not matching.
False. Default value. Completeness of the string is not taken into account. For example, words Report and Rep are considered as matching.
The property use is given in the example for IFreeTextComparer.MatchCase.
See also: