LOTUSSCRIPT/COM/OLE CLASSES


CreateEntry method
Example

Creates a new entry and adds it to the outline.

Defined in

NotesOutline

Syntax

Set notesOutlineEntry = notesOutline.CreateEntry( name$ [, refEntry ] [, addAfter ] [, asChild ] )

Parameters

Note All the parameters except name$ are new in Release 5.0.2.

name$


refentry
addAfter
asChild
Return value

notesOutlineEntry


Usage

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

Language cross-reference

createEntry in Java Outline class

Example
See Also