LOTUSSCRIPT/COM/OLE CLASSES


RemoveEntry method
Example

Deletes an entry and its subentries from an outline.

Defined in

NotesOutline

Syntax

Call notesOutline.RemoveEntry( currentEntry )

Parameters

currentEntry


Usage

You must Save the outline or the effect of this method is lost when the program exits.

An attempt to access entries removed with this method generates an error.

Language cross-reference

removeEntry in Java Outline class

Example
See Also