LOTUSSCRIPT/COM/OLE CLASSES


MatchLocated property
Example

Read-only. Indicates success of most recent match.

Note This property is new with Release 8

Defined in

NotesDirectoryNavigator

Data type

Boolean

Syntax

To get: flag = notesDirectoryNavigator.MatchLocated

Legal values


Usage

This property is set by the FindFirstMatch, FindNextMatch, and FindNthMatch methods.

Example