Specifies the editing format used for the date value in the control.
Source position: editbtn.pas line 618
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 relevant 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. |