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.

On pressing the Down key or clicking the lower scroll button, maximum value appears in the input 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 input box.

Default value is false.

Example

An example of property use is given in the page Example of creating the NumberEdit component.

Seebsp;also:

NumberEdit