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 parameter value is determined by the 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: