IDateTimePicker.IsEmpty

Syntax

IsEmpty: Boolean;

Description

The IsEmpty property returns whether the date is changed in the component.

Comments

The property returns True if after calling the Reset method or pressing the DELETE key with AllowEmpty=True, the value of date (time) of the component was not changed. The value of date (time) is considered to be changed if all three components of the date (time) were changed.

See also:

IDateTimePicker