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

TCustomDBComboBox.EditingDone

Updates data through the link, then calls inherited EditingDone.

Declaration

Source position: dbctrls.pp line 773

public procedure TCustomDBComboBox.EditingDone; override;

Description

EditingDone is an overridden method used to perform actions needed when the control has finished editing its value. EditingDone calls UpdateRecord to post the modified control value to the Field in the linked dataset. EditingDone calls the inherited method to signal the OnEditingDone event handler prior to exit.

EditingDone is called in the implementation of the CloseUp and KeyDown methods.

See also

TCustomDBComboBox.UpdateRecord

  

Updates the record in the linked dataset with the value for the control.

TCustomComboBox.CloseUp

  

Called when the drop-down list is closed.

TCustomComboBox.KeyDown

  

Filters keys used to traverse the list.

TControl.EditingDone

  

Signals the OnEditingDone event handler.


Version 3.2 Generated 2024-02-25 Home