.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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