IBindingValue.ReadOnlyDefined

Syntax

ReadOnlyDefined: Boolean;

Description

The ReadOnlyDefined property determines whether the READONLY parameter is present in binding string.

Comments

If the ReadOnlyDefined property is set to True, the binding string describing value editor will contain the READONLY parameter. The parameter value is determined by the ReadOnly property.

The READONLY parameter use is available for the following editors:

Example

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

See also:

IBindingValue