[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Signals the OnEditingDone event handler.
Source position: grids.pas line 1331
public procedure TCustomGrid.EditingDone; override; |
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.
|
True when the cell Editor for the grid control has been displayed. |
|
|
Signals the OnEditingDone event handler. |
|
|
Event handler signalled when editing is completed for the control. |
Version 4.0 | Generated 2025-05-03 | Home |