Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is There a TSpinEdit for Floats in Delphi?

Is there really not a TSpinEdit control for floats in Delphi? It looks like there are third party components that supply a control that will work.

How do you implement TSpinEdit for floats? I've been creating my own with a TEDit field and a TSpinButton positioned right beside it but it seems like there should be a better way.

like image 989
Dave Avatar asked Jan 19 '09 12:01

Dave


1 Answers

TJvSpinEdit is a part of the JEDI Visual Component Library. As far as I know it has a property called ValueType which you can set to vtFloat.

like image 124
Xn0vv3r Avatar answered Sep 20 '22 08:09

Xn0vv3r