JVCL Help:TJvSpinEdit.MinValue

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the minimum value the user can enter into the spin edit control.


Pascal

 propertyMinValue: Extended;


Description

The MinValue property specifies the minimum for the Value property. If the user enters a number less than MinValue, the number is changed to MinValue. This also happens if the user attempts to spin past MinValue.


See Also

TJvCustomSpinEdit.CheckMinValue, TJvCustomSpinEdit.CheckOptions, TJvCustomSpinEdit.MaxValue


About

Notes

CheckMinValue must be set to true, otherwise MinValue is ignored.


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