TdxPDFViewerOptionsFindPanel.WholeWords Property
Specifies whether the whole words search mode is enabled.
Declaration
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