IBindingDecimalEdit.StepDefined

Syntax

StepDefined: Boolean;

Description

The StepDefined property determines whether the STEP parameter is present in binding string.

Comments

If the StepDefined property is set to True, the binding string describing the value editor will contain the STEP parameter. The value of this parameter is determined by the Step_ property.

Example

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

See also:

IBindingDecimalEdit