JVCL Help:TJvCustomSpinEdit
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomSpinEdit Class
[+] JvSpin.pas Classes
[+] TJvCustomSpinEdit Fields
[+] TJvCustomSpinEdit Methods
[+] TJvCustomSpinEdit Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomSpinEdit
TJvCustomTimeEdit
TJvSpinEdit
run\JvSpin.pas
Summary
Base class for spin boxes that enable users to choose a number.
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.
About
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