IBindingDateTimePicker.CheckBoxFocusDefined

Syntax

CheckBoxFocusDefined: Boolean;

Description

The CheckBoxFocusDefined property determines whether the SET_FOCUS_ON_CHECK_BOX parameter is present in binding string.

Comments

If the CheckBoxFocusDefined property is set to True, the binding string describing the value editor will contain the SET_FOCUS_ON_CHECK_BOX parameter. The value of this parameter is determined by the IBindingDateTimePicker.CheckBoxFocus property.

Example

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

See also:

IBindingDateTimePicker