[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the component has finished loading in the LCL streaming mechanism.
Source position: editbtn.pas line 619
protected procedure TDateEdit.Loaded; override; |
Loaded is an overridden method in TDateEdit, and calls the inherited method on entry. At run-time, SetDate is called to re-apply the current value in the Date property. This causes the value in Text to be updated with the string representation for the date value.
|
Contains the TDateTime value for the control. |
|
|
Controls the display order for Year, Month, and Day parts of the Date value. |
|
|
The character string associated with the control. |