.

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

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