I have looked for, and can't find, in Lazarus 1.0.4, a component I naively expected to be called TIntegerEdit or even TFloatEdit. I need it for an application I am trying to write, to display a varying integer number. I can see a TFloatSpinEdit, but there seems to be no way of blanking out the spinner bit to avoid a user being able to change the displayed number. I should prefer, if possible, to avoid using inttostr() in an ordinary TEdit, as the displayed number is to be used in various other coded functions.
Searching the internet, I found a reference to FSHComp which seemed ideal but this p ointed to SourceForge for download and I could not find it there.
I'd be grateful for any pointers.