IHTMLTxtRange::findTextIHTMLTxtRange::findText*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTxtRange::expand
*Next Topic: IHTMLTxtRange::get_htmlText

IHTMLTxtRange::findText


HRESULT findText(
    BSTR String,
    long count,
    long Flags,
    VARIANT_BOOL *Success 
);

Searches for text in the given range. Positions the start and end points of the range to encompass the search string.

String
String specifying the text to find.
count
Long integer that receives the count.
Flags
Long integer that receives the search flags.
Success
Address of a variable that receives TRUE if the text is found, or FALSE if not.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.