Skip to main content

IsSubForm (NotesForm - LotusScript)

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

Defined in

NotesForm

Data type

Boolean

Syntax

To get: flag = notesForm .IsSubForm

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

Example