JAVA/CORBA CLASSES


remove method
Example

Permanently removes a view from a database.

Defined in

View

Syntax

public void remove()
   throws NotesException

Usage

The removed view may still appear in the user interface until the user closes and opens the database.

A subsequent call to a method of the view, or a method of a navigator based on the view, throws an exception.

Language cross-reference

Remove method in LotusScript NotesView class

Example
See Also