Performs actions needed when the cell editor has finished editing the value in a cell.
Source position: grids.pas line 248
public procedure TStringCellEditor.EditingDone; override; |
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.
|
Signals the OnEditingDone event handler. |