IBindingDateTimePicker.SpinDefined

Syntax

SpinDefined: Boolean;

Description

The SpinDefined property determines whether the SPIN parameter is present in binding string.

Comments

If the SpinDefined property is set to True, the binding string, describing the value editor, will contain the SPIN parameter. This parameter is determined by the Spin property.

Example

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

See also:

IBindingDateTimePicker