TdxPDFCustomViewer.ShowFindPanel Method
Displays the Find panel.
Declaration
procedure ShowFindPanel;
Remarks
Call the ShowFindPanel
and HideFindPanel procedures to change the Find panel’s visibility when the OptionsFindPanel.DisplayMode property is set to fpdmManual
.
End-users can also display the Find panel by pressing the F3 key, Ctrl+F key combination, or clicking the Find item in the PDF Viewer’s context menu.
To provide an additional end-user Find panel display option, link the Find command to an element of your UI.
Note
Invoking the Find panel automatically shows all highlights within the loaded document if the Highlights.Visible property is set to bDefault
.
See Also