JVCL Help:TJvCustomDateEdit.DateAutoBetween
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomDateEdit.DateAutoBetween Property
[+] TJvCustomDateEdit Events
[+] TJvCustomDateEdit Fields
[+] TJvCustomDateEdit Methods
[+] TJvCustomDateEdit Properties
Search in JVCL Help
Search in all projectsSummary
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
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