[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Invokes the OnEditingDone event handler.
Source position: controls.pp line 1559
public procedure TControl.EditingDone; virtual; |
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.
lazarus-ccr.sourceforge.net |