Back to Devexpress

TdxPDFViewerOptionsFindPanel.WholeWords Property

vcl-dxpdfviewer-dot-tdxpdfvieweroptionsfindpanel-12d7c689.md

latest1.6 KB
Original Source

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:

ValueDescriptionExample
TrueThe 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.
FalseThe default search mode. All occurrences of the search string within the document text are included in the search result.

See Also

TdxPDFDocumentTextSearchOptions.WholeWords

TdxPDFViewerOptionsFindPanel Class

TdxPDFViewerOptionsFindPanel Members

dxPDFViewer Unit