Delphi:TUpDownEx

Most practical uses of the Delphi TUpDown control require some means of direct input to be provided in addition to the ability to click on the up/down arrow buttons. Typically, developers do this by providing an edit box next to the TUpDown control. This is inconvenient in itself. Add to that the fact that the arrow buttons in TUpDown - which is merely a thin wrapper around the equivalent Windows control - do not scale well to all screen resolutions and you have a control that is not too usable. TUpDownEx resolves both these issues.

The key properties and events of TUpDownEx are listed below

Usage:Register TUpDownEx in the components palette of the Delphi IDE. To do this, first open UpDownEx.PAS, then select Install Component from the Component menu. Read the comments in UpDownEx.PAS to configure it to your own needs.
Download
Jump To...

Colophon