IBindingDecimalEdit.MinValueDefined

Syntax

MinValueDefined: Boolean;

Description

The MinValueDefined property determines whether the MINVAL parameter is present in binding string.

Comments

If the MinValueDefined property is set to True, the binding string describing the value editor contains the MINVAL parameter. The value of this parameter is determined by the IBindingDecimalEdit.MinValue property.

Example

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

See also:

IBindingDecimalEdit