Searches the currently opened document for the specified text. To perform a Find Next, call this method repeatedly with the original search term. If you specify an empty string for the FindText
, a Find dialog box appears.
bRet = KeyView.Find(FindText, FindDown, MatchCase)
Parameter |
Type |
Description |
|
String |
A string that contains the text to find. |
|
Boolean |
Specifies whether to search from the selected point in the document to the beginning ( |
|
Boolean |
Specifies whether to match the case of the search term. |
Type |
Description |
Boolean |
|
|