Spin Management in Delphi

I want to use the "back control button" (also known as the up control) in my Delphi Win 32 application (I use Delphi 2007).

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

Up / down control image in Powerpoint. http://img167.imageshack.us/my.php?image=updownzn8.png

I found this on the Microsoft website: CSpinButtonCtrl Class

But I still haven't found a control that uses this class - here where I searched:

  •  
  • Delphi's SpinEdit control looks good ... not so good and doesn't seem to use the official Microsoft control  
  • JVCL classes have their own implementation.  
  • Google search returned no results (except for some up / down brew controls)
  • I also could not find something in the Jedi API.

Can someone please tell me where I can find the Delphi implementation for Microsoft's usual spin management or how can I do it myself?

+3
source share
3 answers

Take a look at TUpDown. It wraps a Win32 control.

+11
source

Raize Components Raize.com have a nice

+2
source

TMS Software performs a wide range of components, including edits (especially for the iPhone-style!), And I found their support through the newsgroups would be great.

0
source

All Articles