ISpinEdit.EditorReadOnly

Syntax

EditorReadOnly: Boolean;

Description

The EditorReadOnly property indicates whether it is possible to edit text of the component manually.

Comments

By default the property is set to False, the text of the component can be changed manually. When the property is set to True, the text of the component can be changed only programmatically.

See also:

ISpinEdit