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

TPickListCellEditor.EditingDone

Performs actions needed to synchronize the grid and the editor when editing has been completed in the cell editor.

Declaration

Source position: grids.pas line 294

public procedure TPickListCellEditor.EditingDone; override;

Description

EditingDone is an overridden method in TPickListCellEditor. It calls the inherited method on entry to signal the OnEditingDone event handler (when assigned). The EditingDone method in the associated grid control is called when the editor control is not already visible.

See also

TPickListCellEditor.OnEditingDone

  

Event handler signalled when editing is completed for the control.

TCustomGrid.EditingDone

  

Signals the OnEditingDone event handler.

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