ISpinEdit.EditorReadOnly

Syntax

EditorReadOnly: Boolean;

Description

The EditorReadOnly property determines whether the component text can be edited manually.

Comments

The property is set to False by default, the component text can be edited manually. When the property is set to True, the component text can be edited only programmatically.

See also:

ISpinEdit