[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'EditBtn' (#lcl)

TDateEdit.Loaded

Performs actions needed when the component has finished loading in the LCL streaming mechanism.

Declaration

Source position: editbtn.pas line 619

protected procedure TDateEdit.Loaded; override;

Description

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.

See also

TDateEdit.Date

  

Contains the TDateTime value for the control.

TDateEdit.DateOrder

  

Controls the display order for Year, Month, and Day parts of the Date value.

TDateEdit.Text

  

The character string associated with the control.