TComboSpinEdit allows the user to choose from a range of numeric values by clicking on special "spin buttons", or by clicking on the combo button that allows extremely fast and precise input, even for floating-point numbers. Users can also enter the value in a text box, as with an edit control. TComboSpinEdit supports non-numeric prefixes and suffixes, such as currency symbols as well binary, octal, decimal and hexadecimal numeric systems. The Position property, which retrieves the current number, can vary within the range determined by the properties Min and Max. When the combo button is pressed, one or two track bars appear, depending if the decimals property is zero (integer) or greater than zero (floating-point). These track bars allow the user to quickly pinpoint the desired value. These track-bars can even zoom in to allow more precision. Also supports Delphi7 and BCBuilder 6 |