IDateTimePicker.AllowEmpty

Syntax

AllowEmpty: Boolean;

Description

The AllowEmpty property determines whether it is possible to clear the date by pressing the DEL button.

Comments

If the property is set to True, the date can be cleared by the DEL button. By default, AllowEmpty = False.

See also:

IDateTimePicker