IBindingDateTimePicker.Spin

Syntax

Spin: Boolean;

Description

The Spin property determines the SPIN parameter value in binding string.

Comments

If the SPIN parameter is set to True, the editor will contain two buttons to increase and decrease values of the date/time components.

The Spin property is available if the SpinDefined property is set to True. If the Spin property is changed, the SpinDefined property is automatically set to True.

Example

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

See also:

IBindingDateTimePicker