NumberEdit.Walkthrough

Syntax

Walkthrough: Boolean

Description

The Walkthrough property determines whether value scrolling is cyclic.

Comments

If the property is set to true the scrolling goes in cycles: that is, the value is scrolled from minimum to maximum and the other way round.

Compare:

The Walkthrough property is set to true (MaxValue = 10, MinValue = 0):

The input box contains the minimum value.

Pressing the DOWN key or clicking the lower scroll button sets maximum value in the edit box:

The Walkthrough property is set to false (MaxValue = 10, MinValue = 0):

Pressing the DOWN key or clicking the lower scroll button does not change the value in the edit box.

Default value is false.

Example

The property use is given on the Example of creating the NumberEdit component page.

See also:

NumberEdit