MinValueDefined: Boolean;
The MinValueDefined property determines whether the MINVAL parameter is present in binding string.
If the MinValueDefined property is set to True, the binding string describing the value editor contains the MINVAL parameter. The value of this parameter is determined by the IBindingDecimalEdit.MinValue property.
The example of use is given in description of the IBindingDecimalEdit.MaxValueDefined property.
See also: