[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLTxtRange.findText

findText Method

findText(string, int, int)

findText method of IHTMLTxtRange interface.

Declaration
bool findText(string String, int Count, int Flags)
Parameters
Type Name Description
string String
int Count
int Flags
Returns
Type Description
bool
Remarks

An original IDL definition of findText method was the following: HRESULT findText (BSTR String, [optional, defaultvalue(1073741823)] long Count, [optional, defaultvalue(0)] long Flags, [out, retval] VARIANT_BOOL* ReturnValue);