IBindingDateTimePicker.DropCalendarDefined

Syntax

DropCalendarDefined: Boolean;

Description

The DropCalendarDefined property determines whether the DROPCALENDAR parameter is present in binding string.

Comments

If the DropCalendarDefined property is set to True, the binding string describing value editor will contain the DROPCALENDAR parameter. The parameter value is determined by the DropCalendar property.

Example

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

See also:

IBindingDateTimePicker