Actually there is no TSpinEdit control for floats in Delphi? There seem to be third-party components that provide a control that will work.
How do you implement TSpinEdit for floats? I created my own with the TEDit and TSpinButton field located next to it, but it seems like there should be a better way.
TJvSpinEdit is part of the JEDI Visual Component Library . As far as I know, this property is called ValueType, which you can set in vtFloat.
As far as I know, such a component does not exist in Delphi.
I also use a component from the third-party SpTBXLib library, which is very good for other things.
There is no Delphi, but you can create your own. I did this for my open source project, you can test it as a starting point for your own.
EDIT . You will also need the following two files to make it work:
Even if not, you can easily create it using two buttons and a text field.