LOTUSSCRIPT/COM/OLE CLASSES


RemoveItem method
Example

Given the name of an item, deletes the item from a document.

Defined in

NotesDocument

Syntax

Call notesDocument.RemoveItem( itemName$ )

Parameters

itemName$


Usage

You can achieve the same result with the Remove method in the NotesItem class.

Remember to call Save to save your changes to a document.

Language cross-reference

removeItem method in Java Document class

@DeleteField function in formula language

@Unavailable function in formula language

Example
See Also