ReadOnlyDefined: Boolean;
The ReadOnlyDefined property determines whether the READONLY parameter is present in binding string.
If the ReadOnlyDefined property is set to True, the binding string describing value editor will contain the READONLY parameter. The value of this parameter is determined by the IBindingValue.ReadOnly property.
The READONLY parameter use is available for the following editors:
IBindingEditBox. String value editor.
IBindingMaskEdit. String value editor by mask.
The example of use is given in description of the IBindingEditBox.MultiLineDefined property.
See also: