WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIFindService

IID:5060b801-340e-11d5-be5b-b3e063ec6a3c
Inherits From:nsISupports

This interface is intended to be used as a service. To create an object implementing this interface:

var obj = Components.classes["@mozilla.org/find/find_service;1"].
            getService(Components.interfaces.nsIFindService);

This interface is implemented by the following components:


Properties

PRBool entireWord

PRBool findBackwards

PRBool matchCase

AString replaceString

AString searchString

PRBool wrapFind

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com