[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
EditingDone - what to do when you have finished editing; calls the OnEditingDone event handler if assigned
Source position: controls.pp line 1310
public procedure TControl.EditingDone; virtual; |
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.
lazarus-ccr.sourceforge.net |