LOTUSSCRIPT/COM/OLE CLASSES


AppendRTItem method
Example

Inserts the contents of one rich text item in another.

Defined in

NotesRichTextItem

Syntax

Call notesRichTextItem.AppendRTItem( notesRichTextItem2 )

Parameters

notesRichTextItem2


Usage

The insertion occurs at the end of the item. AppendRTItem cannot be called after BeginInsert.

Language cross-reference

appendRTItem method Java RichTextItem class

Example
See Also