JVCL Help:TJvCustomDateEdit.DateAutoBetween

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 to automatically alter the entered date to ensure it is between MinDate and MaxDate.


Pascal

 propertyDateAutoBetween: Boolean;


Description

Set DateAutoBetween to true to let the control alter the entered date to ensure it is between MinDate and MaxDate. Set DateAutoBetween to false to let the control raise an exception when the entered date is not between MinDate and MaxDate.


See Also

TJvCustomDateEdit.Date


About

Notes

If you specify the value 0 for MinDate, then the control won't check whether the entered date is equal or after the MinDate. Same for MaxDate.


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