IBindingDecimalEdit.MinValue

Syntax

MinValue: Decimal;

Description

The MinValue property determines value of the MINVAL parameter in binding string.

Comments

The MINVAL parameter determines minimum available value that can be set in the editor.

The MinValue property is available if the IBindingDecimalEdit.MinValueDefined property is set to True. If the MinValue property is changed, the IBindingDecimalEdit.MinValueDefined property is automatically set to True.

Example

The example of use is given in description of the IBindingDecimalEdit.MaxValue property.

See also:

IBindingDecimalEdit