Signals the OnEditingDone event handler.
Source position: controls.pp line 1700
public procedure TControl.EditingDone; virtual; |
Called when user has finished editing using the control. This procedure can be used by data links to commit the changes.
For example:
Each control class can determine which events cause the value(s) to be committed.
| Version 4.4 | Generated 2025-11-08 | Home |