LOTUSSCRIPT/COM/OLE CLASSES
Deletes an entry and its subentries from an outline.
Defined in
NotesOutline
Syntax
Call notesOutline.RemoveEntry( currentEntry )
Parameters
currentEntry
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