[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed to show the cell Editor for the grid control.
Source position: grids.pas line 1029
protected procedure TCustomGrid.DoEditorShow; virtual; |
Calls ScrollToCell to position the grid on the cell indicated by the Col and Row properties.
String- and Button-style editor controls are updated to use the alignment defined for the current column. If Columns has not been enabled, the default alignment for the cell is taLeftJustify. Calls EditSetValue to copy the cell content into the cell Editor.
The Editor.SetFocus method is called when the grid control currently has focus and the cell editor can receive focus. InvalidateCell is called to redraw the cell at the position in Col and Row.
DoEditorShow is called from the EditorShow method.
Version 4.0 | Generated 2025-05-03 | Home |