MinValue: Integer;
The MinValue property determines value of the MINVAL parameter in binding string.
The MINVAL parameter determines minimum available value that can be set in the editor.
The MinValue property is available if the IBindingIntegerEdit.MinValueDefined property is set to True. If the MinValue property is changed, the IBindingIntegerEdit.MinValueDefined property is automatically set to True.
The example of use is given in description of the IBindingIntegerEdit.MaxValue property.
See also: