TdxPDFCustomViewer.OnShowFindPanel Event
In This Article
Enables you to respond to invoking the Find panel.
#Declaration
Delphi
property OnShowFindPanel: TNotifyEvent read; write;
#Remarks
This event is fired in response to calling the ShowFindPanel procedure.
The Sender parameter specifies the PDF Viewer control that raised this event.
See Also