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 this parameter, use the IBindingIntegerSlider.MinValue property.
False. The binding string does not contain the MINVAL parameter.
The property use is given in the example for IBindingIntegerSlider.MaxValueDefined.
See also: