JAVA/CORBA CLASSES


remove method
Example

Permanently deletes an item from a document.

Defined in

Item

Syntax

public void remove()
   throws NotesException

Usage

After calling remove, you must call save in Document to save the change.

You can achieve the same result with removeItem in Document.

Language cross-reference

Remove method in LotusScript NotesItem class

@DeleteField function in formula language

@Unavailable function in formula language

Example
See Also