On 21.09.2020 00:49, Bo Berglund via lazarus wrote:
When I thought that I was close to getting through all of the problems
porting an application from Delphi (I think D7-D2007) to FPC/Lazarus I
ran across TSpinButton, which is located on a form where config items
are set up.
Since Lazarus is unable to load this form I cannot see what it does or
how it looks like.

Delphi has TUpDown and TSpinButton. If I am correct they are very similar (TUpDown being the WIndows native and TSpinButton being a custom control).

Is there any such component avilable for Lazarus?

The LCL has only the TUpDown.


According to Google there seems to be a "TSpinButton" in Delphi, but I
cannot find it in Delphi7 at least (but I have also lost TSpinEdit
from Delphi7...).
What does TSpinButton do and is there a Lazarus companion?

And is there a way in Lazarus to search for a component instead of
flipping through all of the palette tabs looking for a candidate
image?

Main Menu -> View -> Components.

Ondrej

--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to