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