Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControl.EditingDone

Signals the OnEditingDone event handler.

Declaration

Source position: controls.pp line 1679

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.



CT Web help

CodeTyphon Studio