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

FindResult Object

This object holds the information of a next pattern match. It is returned by the IDocumentView.findAsync, IDocumentView.findRegExpAsync and IDocumentView.findNextAsync methods.

Declaration

interface FindResult {
    // Properties
    readonly ${offset}: number;
    readonly ${size}: number;
}
// This interface is not available in managed environment
// This interface is not available in native environment

FindResult Properties

offset

readonly offset: number;
// This property is not available in managed environment
// This property is not available in native environment

The starting offset of a match.

size

readonly size: number;
// This property is not available in managed environment
// This property is not available in native environment

Match size.