FieldHelp (NotesUIDocument - LotusScript®)

Read-write. Indicates whether field Help for a document is displayed.

Defined in

NotesUIDocument

Data type

Boolean

Syntax

To get: flag = notesUIDocument .FieldHelp

To set: notesUIDocument .FieldHelp = flag

Legal values

  • True indicates that field help is visible.
  • False indicates that field help is hidden.

Usage

You can set this property only when the document is in Edit mode.

Example