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

TdxPDFDocumentTextSearchOptions.WholeWords Field

Stores a value indicating if the whole words search mode is enabled.

#Declaration

Delphi
WholeWords: Boolean

#Field Value

Type
Boolean

#Remarks

Assign True or False to this field to enable or disable the whole words mode for any of the PDF Viewer‘s text finding functions that accept the TdxPDFDocumentTextSearchOptions record as a parameter.

The WholeWords field corresponds to the PDF Viewer’s OptionsFindPanel.WholeWords property that specifies if the Find panel uses the whole words text search mode.

See Also