| Search Locate Previous Next | Contents |
Description
A numeric-entry field, with a pair of spin buttons to wind the contents up and down.
The reference field gives an increment for the contents, or is a vector of numbers or text with the valid values for the contents.
The buttons will spin the field through these values, but the user can jump by typing into the edit part if necessary. By default CPro will refresh other controls as the value spins to have the new value notified only on release of the mouse, set Tracking=0.
Class Property Table
| Name | Type | Default | Description |
| Hint | String | ||
| Style | ManyOf | ||
| Value | User | Value (simple number, or index into list) | |
| Step | Runtime | Increment or Step List | |
| Delay | Int | 400 | Initial delay (ms) |
| Interval | Int | 50 | Repeat interval (ms) |
| Tracking | Bool | 1 | Update data every click |
| Visible | Runtime | Boolean singleton | |
| Active | Runtime | Boolean singleton |