IBindingValue.ReadOnly

Syntax

ReadOnly: Boolean;

Description

The ReadOnly property determines the READONLY parameter value in binding string.

Comments

The READONLY parameter determines whether the editor is read-only. If the parameter is set to True, the editor is read-only, otherwise it is not.

The ReadOnly property is available if the ReadOnlyDefined property is set to True. If the ReadOnly property is changed, the ReadOnlyDefined property is automatically set to True.

Example

The example of use is given in description of the IBindingEditBox.MultiLine property.

See also:

IBindingValue