IBindingDateTimePicker.ValueDefined

Syntax

ValueDefined: Boolean;

Description

The ValueDefined property determines whether the VALUE parameter is present in binding string.

Comments

If the ValueDefined property is set to True, the binding string describing the value editor contains the VALUE parameter. The value if this parameter is determined by the IBindingDateTimePicker.Value property.

Example

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

See also:

IBindingDateTimePicker