[Overview][Classes][Procedures and functions][Index] |
Performs actions needed when the exiting the control.
Source position: dbextctrls.pp line 52
protected procedure TDBDateEdit.EditExit; override; |
EditExit is an overridden procedure performs actions needed when the exiting the control. EditExit calls the inherited method. EditExit ensures that the value in the control is applied to DataLink. When Editing is set in DataLink, its UpdateRecord method is called to apply the new value. If Editing is not set, its Reset method is called restore its value and state.
|
Maintains an association between a control, an action, and a field in a linked dataset. |
|
|
True if the linked field is being edited. |
|
|
Checks whether the link is active, calls the OnDataChange event handler then sets IsModified to False. |
Version 4.0 | Generated 2025-05-03 | Home |