TTMSFNCWXCustomPDFViewer.SearchText Method
Searches the loaded document for the supplied text.
API unit family: TMSFNCWXPDFViewer
Declaring type: TTMSFNCWXCustomPDFViewer
Syntax
procedure SearchText(TextToSearch: string);
Remarks
Matches are reported through OnFoundSearchText; completion is reported through OnSearchTextFinished or OnNotFoundSearchText.
Parameters
| Name | Description |
|---|---|
TextToSearch |
The text to look for. |