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.CaseSensitive Field

Specifies if a text search operation is case-sensitive.

#Declaration

Delphi
CaseSensitive: Boolean

#Field Value

Type
Boolean

#Remarks

Assign True or False to this field to enable or disable case sensitivity for the searched text string.

The CaseSensitive field corresponds to the PDF Viewer control’s OptionsFindPanel.CaseSensitive property that specifies the Find panel’s case-sensitivity.

See Also