Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFViewerOptionsFindPanel.WholeWords Property

Specifies whether the whole words search mode is enabled.

#Declaration

Delphi
property WholeWords: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

The CaseSensitive and WholeWords properties affect the search string interpretation when you use the Find panel or call the first overloaded variant of the PDF Viewer’s TextSearch.Find method. The options provided by the WholeWords property, include:

Value Description Example
True The whole words search mode. Only the search string occurrences that match at least one whole word within the document text are included in the search result.
False The default search mode. All occurrences of the search string within the document text are included in the search result.
See Also