LOTUSSCRIPT/COM/OLE CLASSES


CurrentMatch property
Example

Read-only. The iteration index into the internal match list of the current match to which the navigator is pointing.

Note This property is new with Release 8

Defined in

NotesDirectoryNavigator

Data type

Long

Syntax

To get: CurrentMatch = notesDirectoryNavigator.CurrentMatch

Usage

This property will contain the iteration index into the internal match list of all matches for a given Name to which the directory navigator is pointing. It is updated by the FindFirstMatch, FindNextMatch and FindNthMatch methods.

Example