Date value for the control as a String type.
Source position: dbctrls.pp line 1281
published property TDBCalendar.Date : string |
Date is a String property that represents the date/time value for the control as a string data type. Write access is re-implemented in TDBCalendar to call the DataChange method after setting the DateTime value in the ancestor.
Use DateTime to access the value for the control as a TDateTime value.
Raises an EInvalidDate exception in the ancestor class when an invalid date value is assigned to Date.
|
String representation for the DateTime property. |
|
|
Native data type used for a date in the calendar control. |