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

TStringCellEditor.EditingDone

Performs actions needed when the cell editor has finished editing the value in a cell.

Declaration

Source position: grids.pas line 253

public procedure TStringCellEditor.EditingDone; override;

Description

EditingDone is an overridden procedure used to perform actions required when the cell editor has finished editing the value in a cell. EditingDone calls the inherited method, and calls the EditingDone method in the attached Grid control (when assigned) for the cell editor.

See also

TCustomGrid.EditingDone

  

Signals the OnEditingDone event handler.