LOTUSSCRIPT/COM/OLE CLASSES


MatchLocated property
Beispiel

Read-only. Indicates success of most recent match.

Hinweis 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.

Language cross-reference

MatchLocated property in Java DirectoryNavigator class

Beispiel