Skip to main content

TdxPDFViewerOptionsFindPanel.ClearSearchStringOnClose Property

Specifies whether the search string is discarded on hiding the Find panel.

Declaration

property ClearSearchStringOnClose: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to automatically clear both the search string displayed in the Search text box and all text highlights in the loaded PDF document. If the ClearSearchStringOnClose property is set to False, the search string persists when the Find panel is hidden or the document is unloaded.

Note

The list of text highlights is always cleared on closing the document.

The default ClearSearchStringOnClose property value is False.

See Also