IBindingIntegerEdit.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 MinValue property.

Example

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

See also:

IBindingIntegerEdit