IBindingFloatEdit.Step

Syntax

Step_: Double;

Description

The Step_ property determines value of the STEP parameter in binding string.

Comments

The STEP parameter determines value step. The value is changed by step size using buttons on the right editor side or using the UP and DOWN keys.

The Step property is available if the StepDefined property is set to True. If the Step property is changed, the StepDefined property is automatically set to True.

Example

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

See also:

IBindingFloatEdit