IDateTimePickerEx.Checked

Syntax

Checked: Boolean;

Description

The Checked property determines state of the component checkbox.

Comments

The Checked property is set to True by default. The date and time in the component can be changed. If this property is set to False, the user cannot change date or time. The CurrentDate property will be set to 30.12.1899 0:00:00. When the Checked property is set to True again, the CurrentDate property is restored to the last date and time entered in the component.

The property is relevant if the ShowCheckbox property is set to True.

See also:

IDateTimePickerEx