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

TDateEdit.EditEditingDone

Implements the OnEditingDone event handler for the Edit in the control.

Declaration

Source position: editbtn.pas line 626

protected procedure TDateEdit.EditEditingDone; override;

Description

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.

See also

TDateEdit.DirectInput

  

Indicates if text can be entered directly into the BaseEditor control.

TDateEdit.Date

  

Contains the TDateTime value for the control.

TDateEdit.DateFormat

  

Specifies the format string used for the date value in the control.

TDateEdit.DateOrder

  

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

TDateEdit.Text

  

String with the text or caption for the control.

TDateEdit.OnEditingDone

  

Event handler signalled when editing is completed for the control.

TCustomAbstractGroupedEdit.EditEditingDone

  

Signals the OnEditEditingDone event handler (when assigned).

TCustomAbstractGroupedEdit.OnEditingDone

  

Event handler signalled when editing is completed for the control.


Version 4.0 Generated 2025-05-03 Home