IBindingDateTimePicker.DropCalendar

Syntax

DropCalendar: Boolean;

Description

The DropCalendar property determines value of the DROPCALENDAR parameter in binding string.

Comments

If the DROPCALENDAR parameter is set to True, the button to call drop-down calendar is located to the right of the editor. If the parameter is set to False, date can be changed either using manual data input or using arrows if they are available.

The DropCalendar property is available if the DropCalendarDefined property is set to True. If the DropCalendar property is changed, the DropCalendarDefined property is automatically set to True.

Example

The example of use is given in description of the CheckBox property.

See also:

IBindingDateTimePicker