With DefaultToday = false, TDateEdit.Clear clears the edit and sets Date to
1899-12-30.
With DefaultToday = true, TDateEdit.Clear clears the edit and sets Date to
TODAY.
IMHO, the edit on screen should display the content of the Date property
all times.
Thus, with DefaultToday = true, the TDateEdit.Clear shoud display TODAY
instead of blank.
Or maybe TDateEdit.Clear should set 1899-12-30 regardless of DefaultToday
property?

-- 
Atenciosamente,
Alexsander da Rosa
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to