[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies the format string used for the date value in the control.
Source position: editbtn.pas line 647
published property TDateEdit.DateFormat : string |
DateFormat is a String property which contains the format used when converting the Date value to and from text. DateFormat is used when DateOrder contains the value doNone; when another TDateOrder value is used, the fixed format needed for the date order is automatically used.
DateFormat is used in the implementation of the TextToDate and DateToText methods.
|
Contains the TDateTime value for the control. |
|
|
Controls the display order for Year, Month, and Day parts of the Date value. |
|
|
Controls the display order for Month, Day, and Year portions of a date value. |
Version 4.0 | Generated 2025-05-03 | Home |