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

TdxPDFViewerOptionsFindPanel.CaseSensitive Property

Specifies whether text search operations are case-sensitive.

#Declaration

Delphi
property CaseSensitive: 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. You can set the CaseSensitive property to True or False to enable or disable the case-sensitive text search mode, respectively.

See Also