Unit 'DBCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TDBCalendar.EditingDone

Performs actions needed when the user has finished editing.

Declaration

Source position: dbctrls.pp line 1270

public procedure TDBCalendar.EditingDone; override;

Description

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).

See also

TDataLink.UpdateRecord

TControl.EditingDone

  

Signals the OnEditingDone event handler.

TControl.OnEditingDone

  

Event handler signalled when editing is done.