Forms (NotesDatabase - LotusScript®)

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.

Example