SpinEdit
1. Definition
SpinEdit is one possible value that the Type element of the GUI Strings can receive. It creates an input field for integers containing controls.
Stores a value of type Integer.
2. Options
- "Min": min. value, data type: Integer
- "Max": max. value, data type: Integer
- "Increment": Increment to be counted when value is regulated by controls, data type: Integer
3. Example
{
"Key" : "SpinEdit1",
"Type" : "SpinEdit",
"Caption" : "MySpinEdit",
"Options" :
{
"Min": 23,
"Max": 42,
"Increment": 3
}
}