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

TControl.OnEditingDone

Event handler when editing is done.

Declaration

Source position: controls.pp line 1463

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

Description

The user definitely has finished editing, the resulting text e.g. can be validated.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.