Skip to main content

TdxPDFDocumentTextSearchOptions.WholeWords Field

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

Declaration

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