LOTUSSCRIPT/COM/OLE CLASSES
Permanently removes a view from a database.
Defined in
NotesView
Syntax
Call notesView.Remove
Usage
When a view has been removed, all subsequent calls to any of its methods or properties will generate an error. Also, all subsequent calls to any methods or properties of any ViewNavigators created from the view will generate an error.
Language cross-reference
remove method in Java View class
Example See Also