IsSubForm (NotesForm - LotusScript®)

Read-only. Indicates whether the form is a subform.

Defined in

NotesForm

Data type

Boolean

Syntax

To get: flag = notesForm .IsSubForm

Legal values

  • True indicates that the document is a subform.
  • False indicates that the document is not a subform.

Example