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

TControl.EditingDone

Signals the OnEditingDone event handler.

Declaration

Source position: controls.pp line 1708

public procedure TControl.EditingDone; virtual;

Description

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 3.2 Generated 2024-02-25 Home