vote up 1 vote down star

I want to use a "spin button control" (also known as an up-down control) in my Delphi Win 32 application (I'm using Delphi 2007).

The aim is to have a control that looks like in Microsoft Office:

I found this on the Microsoft website: CSpinButtonCtrl Class

But I haven't so far found a control that uses this class - here's where I've been searching:

  • The SpinEdit control in Delphi looks well... not so good, and doesn't seem to use the official Microsoft control
  • The JVCL classes have their own implementation
  • A Google search did not return any results (except some home-brew up/down controls)
  • I couldn't find something in the Jedi API as well

Can somebody please point me to where I can find a Delphi implementation of the common spin control from Microsoft, or how I can do that myself?

flag

4 Answers

vote up 7 vote down check

Have a look at TUpDown. It wraps the Win32 control.

link|flag
vote up 0 vote down

Thank you - there is obviously no special control in Windows that offers the feature I was looking for.

link|flag
vote up 1 vote down

Raize Components Raize.com have a nice one

link|flag
vote up 0 vote down

TMS Software do a wide range of components including spin edits (fancy an iPhone style one!) and I have found their support through the newsgroups to be excellent.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.