A spin edit object (TSpinEdit) or spin button. This object lets the application user change an integer value in fixed increments, either by clicking the up or down arrow buttons to increase or decrease the value currently displayed, or by typing the value directly into the spin box. The current value is given by the Value property; the increment, which defaults to 1, is specified by the Increment property.
PALETTE ICON & EXAMPLE
PROPERTIES
The following are the properties that apply to this object. Some are defined in Common Properties and are linked to their appropriate page.
Appearance
Behavior
Font
Hint
Misc
Other
AutoSelect | Set AutoSelect to select all the text when the edit control gets focus. AutoSelect only applies to single-line edit controls. Use AutoSelect when the user is more likely to replace the text in the edit control than to append to it. |
EditorEnabled
Increment | This is the value you want to increment the value by. |
MaxLength |
MaxValue
MinValue
Value | This is the value of the spinedit object. |
Position
Page url: http://www.cassoftware.com/tas/manual/tspinedit.htm