[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Controls the display order for Year, Month, and Day parts of the Date value.
Source position: editbtn.pas line 646
published property TDateEdit.DateOrder : TDateOrder |
DateOrder is a TDateOrder property which indicates the order of the Year, Month, and Day parts of the Date value. Values in the enumeration include:
Setting a new value for the property causes SetDateMask to be called to update the EditMask for the control.
DateOrder is also used when the value in Date is converted to a String type and stored in the Text property.
Use DateFormat for the format specification used when DateOrder is doNone.
|
Contains the TDateTime value for the control. |
|
|
Specifies the format string used for the date value in the control. |
|
|
Applies an EditMask based on the DateOrder for the control. |
|
|
String with the text or caption for the control. |
|
|
Controls the display order for Month, Day, and Year portions of a date value. |
|
|
Contains the masking characters used in the editor for the control. |
Version 4.0 | Generated 2025-05-03 | Home |