WARNING: this control is implemented in the XIJvControls unit.
Implements a number edit control with spin-buttons.
Parameters:
| Parameter | Description | Default value |
|---|---|---|
| name | inherited parameter | |
| default | inherited parameter | |
| caption | inherited parameter | |
| minwidth | inherited parameter | |
| maxwidth | inherited parameter | |
| labelpos | inherited parameter | |
| type | Type of value to edit. Can be "integer", "float" or "hex". | integer |
| minvalue | Minimum value. | |
| maxvalue | Maximum value. | |
| increment | Step, used when incrementing or decrementing the edited value by spin-buttons. If typeis float, the increment can be float too. | 1 |
| button | The shape of the spin-buttons. Can be "diagonal" or "classic". | diagonal |
 
| The CHM file was converted to HTML by chm2web software. |