Navigation:  Reference > Form Objects >

TSpinEdit

Print this Topic Previous pageReturn to chapter overviewNext page

 

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

 

Color

Ctl3D

Cursor

ParentColor

 

Behavior

 

Enabled

TabOrder

TabStop

Visible

 

Font

 

Font

ParentFont

 

Hint

 

Hint

ParentShowHint

ShowHint

 

Misc

 

HelpContext

Name

PopupMenu

Tag

 

Other

 

 

AutoSelectSet 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

 

IncrementThis is the value you want to increment the value by.
MaxLength

MaxValue

MinValue

ParentCtl3D

ReadOnly

 

ValueThis is the value of the spinedit object.

 

 

Position

 

Height

Left

Top

Width

 

 

 

 


Page url: http://www.cassoftware.com/tas/manual/tspinedit.htm