IDateTimePicker.IsEmpty

Syntax

IsEmpty: Boolean;

Description

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

Comments

This property returns True, if after calling the Reset method or pressing the Del 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