LOTUSSCRIPT/COM/OLE CLASSES


FindFirstElement method
Example

Moves the current position to the first element of a specified type in a rich text item.

Defined in

NotesRichTextNavigator

Syntax

flag = notesRichTextNavigator.FindFirstElement( type% )

Parameters

type%

Return value

flag

Language cross-reference

findFirstElement method in Java RichTextNavigator class

Example