MaxValueDefined: Boolean;
The MaxValueDefined property determines whether the MAXVAL parameter is present in binding string.
If the MaxValueDefined property is set to True, the binding string describing value editor will contain the MAXVAL parameter. The value of this parameter is determined by the IBindingDateTimePicker.MaxValue property.
The example of use is given in description of the IBindingDateTimePicker.CheckBoxDefined property.
See also: