[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Implements the OnEditingDone event handler for the Edit in the control.
Source position: editbtn.pas line 626
protected procedure TDateEdit.EditEditingDone; override; |
EditEditingDone is an overridden method in TDateEdit. It calls the inherited method on entry to signal the OnEditEditingDone event handler (when assigned).
If DirectInput is enabled, the value in Date is converted to a string and stored in the Text property. Values in DateOrder, DateFormat, or the default date format settings for the locale are used to determine the content for the converted value. An empty string ('') is assigned to Text when Date contains the NullDate value.
|
Indicates if text can be entered directly into the BaseEditor control. |
|
|
Contains the TDateTime value for the control. |
|
|
Specifies the format string used for the date value in the control. |
|
|
Controls the display order for Year, Month, and Day parts of the Date value. |
|
|
String with the text or caption for the control. |
|
|
Event handler signalled when editing is completed for the control. |
|
|
Signals the OnEditEditingDone event handler (when assigned). |
|
|
Event handler signalled when editing is completed for the control. |
Version 4.0 | Generated 2025-05-03 | Home |