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.SearchString Property

Specifies the text string currently searched via the Find panel.

#Declaration

Delphi
property SearchString: string read; write;

#Property Value

Type
string

#Remarks

This property, corresponding to the AText parameter of the PDF Viewer’s TextSearch.Find and Document.FindText methods, is synchronized with the Search text box in the Find panel that allows you to type the string for searching.

If the ClearSearchStringOnClose property is set to False, the SearchString property value persists on unloading a PDF document, allowing you to easily search the same string in multiple consecutively loaded documents.

See Also