MaxLengthDefined: Boolean;
The MaxLengthDefined property determines whether the MAXLENGTH parameter is present in binding string.
If the MaxLengthDefined property is set to True, the binding string, describing the value editor, will contain the MAXLENGTH parameter. The parameter value is determined by the MaxLength property.
The example of use is given in description of the IBindingEditBox.MultiLineDefined property.
See also: