MinValueDefined: Boolean;
The MinValueDefined property determines whether the MINVAL parameter is present in binding string.
Available values:
True. The binding string contains the MINVAL parameter. To determine value of the parameter, use the IBindingFloatSlider.MinValue property.
False. The binding string does not contain the MINVAL parameter.
The property use is given in the example for IBindingFloatSlider.MaxValueDefined.
See also: