[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the user has finished editing.
Source position: dbctrls.pp line 1277
public procedure TDBCalendar.EditingDone; override; |
EditingDone is an overridden method in TDBCalendar. It is used to perform actions needed when the user has finished editing using the control. It occurs when the focus changes to another control, or when the user selects another item using the mouse.
EditingDone extends the behavior from the ancestor class to update the linked dataset by calling the UpdateRecord method in TFIeldDataLink instance used in the class.
EditingDone calls the inherited method to signal the OnEditingDone event handler (when assigned).
TDataLink.UpdateRecord |
||
|
Signals the OnEditingDone event handler. |
|
|
Event handler signalled when editing is completed for the control. |