LOTUSSCRIPT/COM/OLE CLASSES


Forms property
Example

Read-only. All the forms in a database.

Defined in

NotesDatabase

Data type

Array of NotesForm objects

Syntax

To get: notesForm Array = notesDatabase.Forms

Usage

The database must be open to use this property.

Language cross-reference

Forms in Java Database class

Example
See Also