FindInFilesAll

Method of IApplication

Description

Finds all matches text in the document

Parameters

Return Value

Syntax

JavaScript

var ppFilesRanges = Application.FindInFilesAll(strText, strPath, dwFlags, dwFlagsEx, strInclude, strExclude);

==== Visual Basic Script ====

ppFilesRanges = Application.FindInFilesAll strText, strPath, dwFlags, dwFlagsEx, strInclude, strExclude

==== C++ ====

CComPtr<IFilesRanges> pFilesRanges;
HRESULT hr = Application.FindInFilesAll(strText, strPath, dwFlags, dwFlagsEx, strInclude, strExclude, &pFilesRanges);

===== See Also ===== IApplication