LOTUSSCRIPT/COM/OLE CLASSES


FieldHelp property
Example

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


Usage

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

Language cross-reference

@IsModalHelp function in formula language

ViewShowFieldHelp @command in formula language

Example
See Also