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

TDBListBox.EditingDone

EditingDone - what to do when you have finished editing

Declaration

Source position: dbctrls.pp line 377

public procedure TDBListBox.EditingDone; override;

Description

TControl.EditingDone

Called when user has finished editing. This procedure can be used by data links to commit the changes.

For example:

It's totally up to the control, what events will commit.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.