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

TCustomGrid.EditingDone

Signals the OnEditingDone event handler.

Declaration

Source position: grids.pas line 1331

public procedure TCustomGrid.EditingDone; override;

Description

EditingDone is an overridden method in TCustomGrid called when the user has finished editing using the control. EditingDone ensures that the Editor control is visible before calling the inherited method. The inherited method signals the OnEditingDone event handler (when assigned).

No actions are performed in the method when EditShowing is False.

See also

TCustomGrid.EditorShowing

  

True when the cell Editor for the grid control has been displayed.

TControl.EditingDone

  

Signals the OnEditingDone event handler.

TControl.OnEditingDone

  

Event handler signalled when editing is completed for the control.


Version 4.0 Generated 2025-05-03 Home