Skip to main content
A newer version of this page is available. .

TdxPDFViewerOptionsFindPanel.SearchString Property

Specifies the text string currently searched via the Find panel.

Declaration

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