JVCL Help:TJvCalcEdit.CheckOnExit

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies whether the entered value should be checked on exit of the number edit control.


Pascal

 propertyCheckOnExit: Boolean;


Description

If a MinValue or MaxValue is specified, then the user can enter an invalid number (i.e., an out of range value). Set CheckOnExit to true to let the control check (on exit of the control) whether the value the user entered is in the range specified by MinValue and MaxValue. If the value is not in the range, an exception is raised. Set CheckOnExit to false, to let the control automatically crop invalid values on exit of the control, so its value is in the range specified by MinValue and MaxValue.


See Also

TJvCustomNumEdit.MaxValue, TJvCustomNumEdit.MinValue, TJvCustomNumEdit.Value


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