LOTUSSCRIPT/COM/OLE CLASSES
Permanently deletes an item from a document.
Defined in
NotesItem
Syntax
Call notesItem.Remove
Usage
After calling the Remove method, you must call the Save method in NotesDocument in order to save the change that you have made.
You can achieve the same result with the RemoveItem method in the NotesDocument class.
Language cross-reference
remove method in Java Item class
@DeleteField function in formula language
@Unavailable function in formula language
Example See Also