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

TControl.OnEditingDone

Event handler signalled when editing is completed for the control.

Declaration

Source position: controls.pp line 1610

protected property TControl.OnEditingDone : TNotifyEvent
  read FOnEditingDone
  write FOnEditingDone;

Description

The user has finished editing the value for the control, and the resulting text can be validated. It is called (when assigned) from the EditingDone method, which occurs when focus changes to another control.

See also

TControl.EditingDone

  

Signals the OnEditingDone event handler.


Version 3.2 Generated 2024-02-25 Home