JVCL Help:TJvCustomSpinEdit

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomSpinEdit
TJvCustomTimeEdit
TJvSpinEdit
run\JvSpin.pas


Summary

Base class for spin boxes that enable users to choose a number.

run\JvSpin.pas


Pascal

 run\JvSpin.pas
 TJvCustomSpinEdit = class(TJvExCustomMaskEdit);


Description

Use TJvCustomSpinEdit as a base class for defining spin box controls. Spin boxes allow the user to choose from a range of numeric values by clicking on special "spin buttons", or by pressing vertical arrow keys. Users can also enter the value in a text box, as with an edit control.
Do not create instance of TJvCustomSpinEdit. Use its generic descendant, TJvSpinEdit, or create your own descendant class.

run\JvSpin.pas


About

Navigation

run\JvSpin.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page