InputFieldNamesVisible

Applies to

RichTextEdit controls

Description

When the InputFieldNamesVisible property is enabled, the control displays input field names rather than input field values. When this property is not enabled, the RichTextEdit control displays the input field values.

You can set this property in a RichTextEdit control only at runtime using scripts. This property can also be enabled and disabled by the user at runtime from the properties item of the pop-up menu.

Usage

In a painter

The InputFieldNamesVisible property cannot be set at design time for the RichTextEdit control.

In scripts

The InputFieldNamesVisible property takes a boolean value. The following example causes input fields to display data rather than field names:

rte_1.InputFieldNamesVisible = FALSE