[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Represents a TDateTime type without date and time values.
Source position: editbtn.pas line 40
const NullDate: TDateTime = 29584650.5; |
NullDate is actually a writeable constant. This is used for compatibility reasons. It is however a bad idea to change the value to anything that is an actual date that is withing the range for the TDateEdit control.
The value was modified in LCL version 3.0.
|
Contains the TDateTime value for the control. |
Version 4.0 | Generated 2025-05-03 | Home |