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 MinValueDefined property is set to True. If the MinValue property is changed, the MinValueDefined property is automatically set to True.

Example

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

See also:

IBindingDecimalEdit