FloatSpinEdit
[Desktop Automation]
The Spin Edit UI element modifies Float numbers using up and down buttons. It is created by controlcontainer:addfloatspinedit()
.
Properties
Property | Read/write | Type | Description |
---|---|---|---|
caption | Read/write | String | The caption that is placed in front of the edit |
captionwidth | Read/write | Number | Width of the edit's caption |
captionwidthpercentage | Read/write | Number | Width of the caption in percentage |
customcolor | Read/write | String | Custom background color for the edit. Format is '$BBGGRR' |
decimalplaces | Read/write | Number | Number of decimal places shown |
enabled | Read/write | Boolean | Flag to enable and disable the edit |
height | Read/write | Number | Height of the edit field |
hint | Read/write | String | Hint to be shown |
max | Read/write | Number | Maximum value |
min | Read/write | Number | Minimum value |
readonly | Read/write | Boolean | Flag to specify whether the edit field is read-only |
spacing | Read/write | Number | Spacing of the spin edit in pixels |
step | Read/write | Number | Size of the steps applied using the up and down buttons |
topspacing | Read/write | Number | Top spacing of the spin edit in pixels |
translate | Read/write | Boolean | Flag to specify whether the caption and the hint should be translated |
value | Read/write | Number | Value of the spin edit. |
Methods
None.