JVCL Help:TJvCustomSpinEdit.CheckOptions
JVCL Help: TJvCustomSpinEdit.CheckOptions Property
Search in JVCL Help
Search in all projectsSummary
Specifies range check options for the spin edit.
Pascal
propertyCheckOptions: TJvCheckOptions;
Description
Use CheckOptions to alter the range check behavior of the spin edit.
The range is specified by the MinValue, MaxValue, CheckMinValue and CheckMaxValue properties.
See Also
TJvCustomSpinEdit.CheckMaxValue, TJvCustomSpinEdit.CheckMinValue, TJvCustomSpinEdit.MaxValue, TJvCustomSpinEdit.MinValue
About
Notes
If coCropBeyondLimit is not included in CheckOptions, an exception is raised when the value of the spin edit is out of range. (But either coCheckOnChange or coCheckOnExit must be included, otherwise no checking is done at all)
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