IDateTimePicker.ShowCheckbox

Syntax

ShowCheckbox: Boolean;

Description

The ShowCheckBox property determines whether checkbox is displayed in the component area.

Comments

If the property is set to True, the checkbox is displayed in the component area. This checkbox is used to manage the possibility to change value in the component. The checkbox state can be determined in the IDateTimePicker.Checked property.

Example

See also:

IDateTimePicker