Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

FindFlags Enumeration

One or more of the following values may be combined to change the behavior of the following methods:

Find MethodsReplace Methods
IDocumentView.findAsyncIDocumentView.replaceAsync
IDocumentView.findAllAsyncIDocumentView.replaceAllAsync
IDocumentView.findRegExpAsyncIDocumentView.replaceRegExpAsync
IDocumentView.findAllRegExpAsyncIDocumentView.replaceAllRegExpAsync

Not all flags are applicable for all methods.

SymbolValueDescription
Forward0Search forward.
Backwards1Search backwards.
IgnoreCase2Ignore case when matching pattern.
ResetReplace16Reset the replace mode. Specify in a first call to the IDocumentView.replaceAsync or IDocumentView.replaceRegExpAsync methods to start the search and replace operation from the beginning.