JVCL Help:TJvCustomSpinEdit.MaxValue
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomSpinEdit.MaxValue Property
[+] TJvCustomSpinEdit Fields
[+] TJvCustomSpinEdit Methods
[+] TJvCustomSpinEdit Properties
Search in JVCL Help
Search in all projectsSummary
Specifies the maximum value the user can enter into the spin edit control.
Pascal
propertyMaxValue: Extended;
Description
MaxValue specifies the maximum for the Value property. If the user enters a number greater than MaxValue, the number is changed to MaxValue. This also happens if the user attempts to spin past MaxValue.
See Also
TJvCustomSpinEdit.CheckMaxValue, TJvCustomSpinEdit.CheckOptions, TJvCustomSpinEdit.MinValue
About
Notes
CheckMaxValue must be set to true, otherwise MaxValue 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