Table of Contents

TTMSFNCWXPDFViewer.SearchText Method

Searches the loaded document for the supplied text.

API unit family: TMSFNCWXPDFViewer Declaring type: TTMSFNCWXPDFViewer Inherited from: 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.